Shades of Tan #CCB087
Tints of Tan #CCB087
RGB
CMYK
RGB Variations
Color information
#CCB087 (or 0xCCB087) is known color: Tan. HEX triplet: CC, B0 and 87. RGB value is (204,176,135). Sum of RGB (Red+Green+Blue) = 204+176+135=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB087 is #334F78. Grayscale: #B3B3B3. Windows color (decimal): -3362681 or 8892620. OLE color: 8892620.
HSL color Cylindrical-coordinate representation of color #CCB087: hue angle of 35.65º 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 #CCB087 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 135 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.2 |
| HSL | 35.65º | 0.4% | 0.66% | - |
| HSV(B) | 35.65º | 0.34% | 0.8% | - |
| XYZ | 44.8 | 45.64 | 29.37 | - |
| YUV | 179.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 135 | 0 | 0.14 | 0.34 | 0.2 | 35.65 | 0.4 | 0.66 |
| Hex | CC | B0 | 87 | 0 | E | 22 | 14 | 24 | 28 | 42 |
| Octal | 314 | 260 | 207 | 0 | 16 | 42 | 24 | 44 | 50 | 102 |
| Binary | 11001100 | 10110000 | 10000111 | 0 | 1110 | 100010 | 10100 | 100100 | 101000 | 1000010 |
Color Harmonies of #CCB087
Complementary color
Monochromatic Colors of #CCB087
Black with #CCB087
Text Example
Text Example
White with #CCB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB087; }
p { color: rgb(204,176,135); }
H1.HeaderClassName
{
color: #CCB087;
}
.AnyTagClassName
{
color: #CCB087;
}
</style>
background-color css
<style>
a { background-color: #CCB087; }
a { background-color: rgb(204,176,135); }
div.DivClassName
{
background-color: #CCB087;
}
.BgClassName
{
background-color: #CCB087;
}
</style>
border-color css
<style>
span { border-color: #CCB087; }
span { border-color: rgb(204,176,135); }
td.TdClassName
{
border-color: #CCB087;
}
.TagClassName
{
border-color: #CCB087;
}
</style>