Shades of Tan #CCB188
Tints of Tan #CCB188
RGB
CMYK
RGB Variations
Color information
#CCB188 (or 0xCCB188) is known color: Tan. HEX triplet: CC, B1 and 88. RGB value is (204,177,136). Sum of RGB (Red+Green+Blue) = 204+177+136=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB188 is #334E77. Grayscale: #B4B4B4. Windows color (decimal): -3362424 or 8958412. OLE color: 8958412.
HSL color Cylindrical-coordinate representation of color #CCB188: hue angle of 36.18º 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 #CCB188 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 136 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.2 |
| HSL | 36.18º | 0.4% | 0.67% | - |
| HSV(B) | 36.18º | 0.33% | 0.8% | - |
| XYZ | 45.07 | 46.06 | 29.81 | - |
| YUV | 180.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 136 | 0 | 0.13 | 0.33 | 0.2 | 36.18 | 0.4 | 0.67 |
| Hex | CC | B1 | 88 | 0 | D | 21 | 14 | 24 | 28 | 43 |
| Octal | 314 | 261 | 210 | 0 | 15 | 41 | 24 | 44 | 50 | 103 |
| Binary | 11001100 | 10110001 | 10001000 | 0 | 1101 | 100001 | 10100 | 100100 | 101000 | 1000011 |
Color Harmonies of #CCB188
Complementary color
Monochromatic Colors of #CCB188
Black with #CCB188
Text Example
Text Example
White with #CCB188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB188; }
p { color: rgb(204,177,136); }
H1.HeaderClassName
{
color: #CCB188;
}
.AnyTagClassName
{
color: #CCB188;
}
</style>
background-color css
<style>
a { background-color: #CCB188; }
a { background-color: rgb(204,177,136); }
div.DivClassName
{
background-color: #CCB188;
}
.BgClassName
{
background-color: #CCB188;
}
</style>
border-color css
<style>
span { border-color: #CCB188; }
span { border-color: rgb(204,177,136); }
td.TdClassName
{
border-color: #CCB188;
}
.TagClassName
{
border-color: #CCB188;
}
</style>