Shades of Tan #CCB288
Tints of Tan #CCB288
RGB
CMYK
RGB Variations
Color information
#CCB288 (or 0xCCB288) is known color: Tan. HEX triplet: CC, B2 and 88. RGB value is (204,178,136). Sum of RGB (Red+Green+Blue) = 204+178+136=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB288 is #334D77. Grayscale: #B5B5B5. Windows color (decimal): -3362168 or 8958668. OLE color: 8958668.
HSL color Cylindrical-coordinate representation of color #CCB288: hue angle of 37.06º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCB288 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 136 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.2 |
| HSL | 37.06º | 0.4% | 0.67% | - |
| HSV(B) | 37.06º | 0.33% | 0.8% | - |
| XYZ | 45.27 | 46.46 | 29.87 | - |
| YUV | 180.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 136 | 0 | 0.13 | 0.33 | 0.2 | 37.06 | 0.4 | 0.67 |
| Hex | CC | B2 | 88 | 0 | D | 21 | 14 | 25 | 28 | 43 |
| Octal | 314 | 262 | 210 | 0 | 15 | 41 | 24 | 45 | 50 | 103 |
| Binary | 11001100 | 10110010 | 10001000 | 0 | 1101 | 100001 | 10100 | 100101 | 101000 | 1000011 |
Color Harmonies of #CCB288
Complementary color
Monochromatic Colors of #CCB288
Black with #CCB288
Text Example
Text Example
White with #CCB288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB288; }
p { color: rgb(204,178,136); }
H1.HeaderClassName
{
color: #CCB288;
}
.AnyTagClassName
{
color: #CCB288;
}
</style>
background-color css
<style>
a { background-color: #CCB288; }
a { background-color: rgb(204,178,136); }
div.DivClassName
{
background-color: #CCB288;
}
.BgClassName
{
background-color: #CCB288;
}
</style>
border-color css
<style>
span { border-color: #CCB288; }
span { border-color: rgb(204,178,136); }
td.TdClassName
{
border-color: #CCB288;
}
.TagClassName
{
border-color: #CCB288;
}
</style>