Shades of Tan #CCB587
Tints of Tan #CCB587
RGB
CMYK
RGB Variations
Color information
#CCB587 (or 0xCCB587) is known color: Tan. HEX triplet: CC, B5 and 87. RGB value is (204,181,135). Sum of RGB (Red+Green+Blue) = 204+181+135=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB587 is #334A78. Grayscale: #B6B6B6. Windows color (decimal): -3361401 or 8893900. OLE color: 8893900.
HSL color Cylindrical-coordinate representation of color #CCB587: hue angle of 40º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCB587 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 135 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.2 |
| HSL | 40º | 0.4% | 0.66% | - |
| HSV(B) | 40º | 0.34% | 0.8% | - |
| XYZ | 45.8 | 47.63 | 29.7 | - |
| YUV | 182.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 135 | 0 | 0.11 | 0.34 | 0.2 | 40 | 0.4 | 0.66 |
| Hex | CC | B5 | 87 | 0 | B | 22 | 14 | 28 | 28 | 42 |
| Octal | 314 | 265 | 207 | 0 | 13 | 42 | 24 | 50 | 50 | 102 |
| Binary | 11001100 | 10110101 | 10000111 | 0 | 1011 | 100010 | 10100 | 101000 | 101000 | 1000010 |
Color Harmonies of #CCB587
Complementary color
Monochromatic Colors of #CCB587
Black with #CCB587
Text Example
Text Example
White with #CCB587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB587; }
p { color: rgb(204,181,135); }
H1.HeaderClassName
{
color: #CCB587;
}
.AnyTagClassName
{
color: #CCB587;
}
</style>
background-color css
<style>
a { background-color: #CCB587; }
a { background-color: rgb(204,181,135); }
div.DivClassName
{
background-color: #CCB587;
}
.BgClassName
{
background-color: #CCB587;
}
</style>
border-color css
<style>
span { border-color: #CCB587; }
span { border-color: rgb(204,181,135); }
td.TdClassName
{
border-color: #CCB587;
}
.TagClassName
{
border-color: #CCB587;
}
</style>