Shades of Tan #CCB187
Tints of Tan #CCB187
RGB
CMYK
RGB Variations
Color information
#CCB187 (or 0xCCB187) is known color: Tan. HEX triplet: CC, B1 and 87. RGB value is (204,177,135). Sum of RGB (Red+Green+Blue) = 204+177+135=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB187 is #334E78. Grayscale: #B4B4B4. Windows color (decimal): -3362425 or 8892876. OLE color: 8892876.
HSL color Cylindrical-coordinate representation of color #CCB187: hue angle of 36.52º 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 #CCB187 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 135 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.2 |
| HSL | 36.52º | 0.4% | 0.66% | - |
| HSV(B) | 36.52º | 0.34% | 0.8% | - |
| XYZ | 45 | 46.03 | 29.43 | - |
| YUV | 180.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 135 | 0 | 0.13 | 0.34 | 0.2 | 36.52 | 0.4 | 0.66 |
| Hex | CC | B1 | 87 | 0 | D | 22 | 14 | 25 | 28 | 42 |
| Octal | 314 | 261 | 207 | 0 | 15 | 42 | 24 | 45 | 50 | 102 |
| Binary | 11001100 | 10110001 | 10000111 | 0 | 1101 | 100010 | 10100 | 100101 | 101000 | 1000010 |
Color Harmonies of #CCB187
Complementary color
Monochromatic Colors of #CCB187
Black with #CCB187
Text Example
Text Example
White with #CCB187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB187; }
p { color: rgb(204,177,135); }
H1.HeaderClassName
{
color: #CCB187;
}
.AnyTagClassName
{
color: #CCB187;
}
</style>
background-color css
<style>
a { background-color: #CCB187; }
a { background-color: rgb(204,177,135); }
div.DivClassName
{
background-color: #CCB187;
}
.BgClassName
{
background-color: #CCB187;
}
</style>
border-color css
<style>
span { border-color: #CCB187; }
span { border-color: rgb(204,177,135); }
td.TdClassName
{
border-color: #CCB187;
}
.TagClassName
{
border-color: #CCB187;
}
</style>