Shades of Tan #CCB387
Tints of Tan #CCB387
RGB
CMYK
RGB Variations
Color information
#CCB387 (or 0xCCB387) is known color: Tan. HEX triplet: CC, B3 and 87. RGB value is (204,179,135). Sum of RGB (Red+Green+Blue) = 204+179+135=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB387 is #334C78. Grayscale: #B5B5B5. Windows color (decimal): -3361913 or 8893388. OLE color: 8893388.
HSL color Cylindrical-coordinate representation of color #CCB387: hue angle of 38.26º 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 #CCB387 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 135 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.2 |
| HSL | 38.26º | 0.4% | 0.66% | - |
| HSV(B) | 38.26º | 0.34% | 0.8% | - |
| XYZ | 45.4 | 46.83 | 29.57 | - |
| YUV | 181.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 135 | 0 | 0.12 | 0.34 | 0.2 | 38.26 | 0.4 | 0.66 |
| Hex | CC | B3 | 87 | 0 | C | 22 | 14 | 26 | 28 | 42 |
| Octal | 314 | 263 | 207 | 0 | 14 | 42 | 24 | 46 | 50 | 102 |
| Binary | 11001100 | 10110011 | 10000111 | 0 | 1100 | 100010 | 10100 | 100110 | 101000 | 1000010 |
Color Harmonies of #CCB387
Complementary color
Monochromatic Colors of #CCB387
Black with #CCB387
Text Example
Text Example
White with #CCB387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB387; }
p { color: rgb(204,179,135); }
H1.HeaderClassName
{
color: #CCB387;
}
.AnyTagClassName
{
color: #CCB387;
}
</style>
background-color css
<style>
a { background-color: #CCB387; }
a { background-color: rgb(204,179,135); }
div.DivClassName
{
background-color: #CCB387;
}
.BgClassName
{
background-color: #CCB387;
}
</style>
border-color css
<style>
span { border-color: #CCB387; }
span { border-color: rgb(204,179,135); }
td.TdClassName
{
border-color: #CCB387;
}
.TagClassName
{
border-color: #CCB387;
}
</style>