Shades of Tan #CCB088
Tints of Tan #CCB088
RGB
CMYK
RGB Variations
Color information
#CCB088 (or 0xCCB088) is known color: Tan. HEX triplet: CC, B0 and 88. RGB value is (204,176,136). Sum of RGB (Red+Green+Blue) = 204+176+136=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB088 is #334F77. Grayscale: #B4B4B4. Windows color (decimal): -3362680 or 8958156. OLE color: 8958156.
HSL color Cylindrical-coordinate representation of color #CCB088: hue angle of 35.29º 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 #CCB088 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 136 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.2 |
| HSL | 35.29º | 0.4% | 0.67% | - |
| HSV(B) | 35.29º | 0.33% | 0.8% | - |
| XYZ | 44.87 | 45.67 | 29.74 | - |
| YUV | 179.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 136 | 0 | 0.14 | 0.33 | 0.2 | 35.29 | 0.4 | 0.67 |
| Hex | CC | B0 | 88 | 0 | E | 21 | 14 | 23 | 28 | 43 |
| Octal | 314 | 260 | 210 | 0 | 16 | 41 | 24 | 43 | 50 | 103 |
| Binary | 11001100 | 10110000 | 10001000 | 0 | 1110 | 100001 | 10100 | 100011 | 101000 | 1000011 |
Color Harmonies of #CCB088
Complementary color
Monochromatic Colors of #CCB088
Black with #CCB088
Text Example
Text Example
White with #CCB088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB088; }
p { color: rgb(204,176,136); }
H1.HeaderClassName
{
color: #CCB088;
}
.AnyTagClassName
{
color: #CCB088;
}
</style>
background-color css
<style>
a { background-color: #CCB088; }
a { background-color: rgb(204,176,136); }
div.DivClassName
{
background-color: #CCB088;
}
.BgClassName
{
background-color: #CCB088;
}
</style>
border-color css
<style>
span { border-color: #CCB088; }
span { border-color: rgb(204,176,136); }
td.TdClassName
{
border-color: #CCB088;
}
.TagClassName
{
border-color: #CCB088;
}
</style>