Color spaces of #c98555
RGB | 201 | 133 | 85 |
---|---|---|---|
HSL | 0.07 | 0.52 | 0.56 |
HSV | 25° | 58° | 79° |
CMYK | 0.00 | 0.34 | 0.58 0.21 |
XYZ | 34.1146 | 29.8484 | 12.5576 |
Yxy | 29.8484 | 0.4458 | 0.3901 |
Hunter Lab | 54.6337 | 15.8508 | 24.6157 |
CIE-Lab | 61.5232 | 21.1827 | 36.3085 |
#c98555 color RGB value is (201,133,85).
#c98555 hex color red value is 201, green value is 133 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c98555 hue: 0.07 , saturation: 0.52 and the lightness value of c98555 is 0.56.
The process color (four color CMYK) of #c98555 color hex is 0.00, 0.34, 0.58, 0.21. Web safe color of #c98555 is #cc9966. Color #c98555 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10000101 | 01010101 |
Octal | 311 | 205 | 125 |
Decimal | 201 | 133 | 85 |
Hex | C9 | 85 | 55 |
Shades of #c98555
Tints of #c98555
RGB Percentages of Color #c98555
CMYK Percentages of Color #c98555
Complementary Color
#c98555 | #5599c9 |
#c98555 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c98555 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c98555 Color CSS Codes
.mybgcolor {background-color:#c98555; } .myforecolor {color:#c98555; } .mybordercolor {border:3px solid #c98555; }
#c98555 Text Font Color
<p style="color:#c98555">Text here</p>
This sample text font color is #c98555
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.
#c98555 Background Color
<div style="background-color:#c98555">
Div content here</div>
This div background color is #c98555
#c98555 Border Color
<div style="border:3px solid #c98555">
Div here</div>
This div border color is #c98555
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,133,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c98555; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c98555; -webkit-box-shadow: 1px 1px 3px 2px #c98555; box-shadow: 1px 1px 3px 2px #c98555; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,133,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c98555">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c98555; -webkit-box-shadow: 1px 1px 3px 2px #c98555; box-shadow: 1px 1px 3px 2px #c98555;">
Div content here</div>
This div box has shadow with color #c98555
Comments
No comments written yet.
Please login to write comment.