Color spaces of #c68054
RGB | 198 | 128 | 84 |
---|---|---|---|
HSL | 0.06 | 0.50 | 0.55 |
HSV | 23° | 58° | 78° |
CMYK | 0.00 | 0.35 | 0.58 0.22 |
XYZ | 32.6081 | 28.0842 | 12.0897 |
Yxy | 28.0842 | 0.4480 | 0.3859 |
Hunter Lab | 52.9945 | 17.0925 | 23.5703 |
CIE-Lab | 59.9647 | 22.5908 | 34.8460 |
#c68054 color RGB value is (198,128,84).
#c68054 hex color red value is 198, green value is 128 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #c68054 hue: 0.06 , saturation: 0.50 and the lightness value of c68054 is 0.55.
The process color (four color CMYK) of #c68054 color hex is 0.00, 0.35, 0.58, 0.22. Web safe color of #c68054 is #cc9966. Color #c68054 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10000000 | 01010100 |
Octal | 306 | 200 | 124 |
Decimal | 198 | 128 | 84 |
Hex | C6 | 80 | 54 |
Shades of #c68054
Tints of #c68054
RGB Percentages of Color #c68054
CMYK Percentages of Color #c68054
Complementary Color
#c68054 | #549ac6 |
#c68054 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c68054 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c68054 Color CSS Codes
.mybgcolor {background-color:#c68054; } .myforecolor {color:#c68054; } .mybordercolor {border:3px solid #c68054; }
#c68054 Text Font Color
<p style="color:#c68054">Text here</p>
This sample text font color is #c68054
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c68054 Background Color
<div style="background-color:#c68054">
Div content here</div>
This div background color is #c68054
#c68054 Border Color
<div style="border:3px solid #c68054">
Div here</div>
This div border color is #c68054
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,128,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c68054; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c68054; -webkit-box-shadow: 1px 1px 3px 2px #c68054; box-shadow: 1px 1px 3px 2px #c68054; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,128,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c68054">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c68054; -webkit-box-shadow: 1px 1px 3px 2px #c68054; box-shadow: 1px 1px 3px 2px #c68054;">
Div content here</div>
This div box has shadow with color #c68054
Comments
No comments written yet.
Please login to write comment.