Shades of Tan #CCB08F
Tints of Tan #CCB08F
RGB
CMYK
RGB Variations
Color information
#CCB08F (or 0xCCB08F) is known color: Tan. HEX triplet: CC, B0 and 8F. RGB value is (204,176,143). Sum of RGB (Red+Green+Blue) = 204+176+143=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB08F is #334F70. Grayscale: #B4B4B4. Windows color (decimal): -3362673 or 9416908. OLE color: 9416908.
HSL color Cylindrical-coordinate representation of color #CCB08F: hue angle of 32.46º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCB08F is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 143 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.2 |
| HSL | 32.46º | 0.37% | 0.68% | - |
| HSV(B) | 32.46º | 0.3% | 0.8% | - |
| XYZ | 45.39 | 45.87 | 32.45 | - |
| YUV | 180.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 143 | 0 | 0.14 | 0.30 | 0.2 | 32.46 | 0.37 | 0.68 |
| Hex | CC | B0 | 8F | 0 | E | 1E | 14 | 20 | 25 | 44 |
| Octal | 314 | 260 | 217 | 0 | 16 | 36 | 24 | 40 | 45 | 104 |
| Binary | 11001100 | 10110000 | 10001111 | 0 | 1110 | 11110 | 10100 | 100000 | 100101 | 1000100 |
Color Harmonies of #CCB08F
Complementary color
Monochromatic Colors of #CCB08F
Black with #CCB08F
Text Example
Text Example
White with #CCB08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB08F; }
p { color: rgb(204,176,143); }
H1.HeaderClassName
{
color: #CCB08F;
}
.AnyTagClassName
{
color: #CCB08F;
}
</style>
background-color css
<style>
a { background-color: #CCB08F; }
a { background-color: rgb(204,176,143); }
div.DivClassName
{
background-color: #CCB08F;
}
.BgClassName
{
background-color: #CCB08F;
}
</style>
border-color css
<style>
span { border-color: #CCB08F; }
span { border-color: rgb(204,176,143); }
td.TdClassName
{
border-color: #CCB08F;
}
.TagClassName
{
border-color: #CCB08F;
}
</style>