Shades of Tan #CCB091
Tints of Tan #CCB091
RGB
CMYK
RGB Variations
Color information
#CCB091 (or 0xCCB091) is known color: Tan. HEX triplet: CC, B0 and 91. RGB value is (204,176,145). Sum of RGB (Red+Green+Blue) = 204+176+145=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB091 is #334F6E. Grayscale: #B4B4B4. Windows color (decimal): -3362671 or 9547980. OLE color: 9547980.
HSL color Cylindrical-coordinate representation of color #CCB091: hue angle of 31.53º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCB091 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 145 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.2 |
| HSL | 31.53º | 0.37% | 0.68% | - |
| HSV(B) | 31.53º | 0.29% | 0.8% | - |
| XYZ | 45.54 | 45.93 | 33.25 | - |
| YUV | 180.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 145 | 0 | 0.14 | 0.29 | 0.2 | 31.53 | 0.37 | 0.68 |
| Hex | CC | B0 | 91 | 0 | E | 1D | 14 | 20 | 25 | 44 |
| Octal | 314 | 260 | 221 | 0 | 16 | 35 | 24 | 40 | 45 | 104 |
| Binary | 11001100 | 10110000 | 10010001 | 0 | 1110 | 11101 | 10100 | 100000 | 100101 | 1000100 |
Color Harmonies of #CCB091
Complementary color
Monochromatic Colors of #CCB091
Black with #CCB091
Text Example
Text Example
White with #CCB091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB091; }
p { color: rgb(204,176,145); }
H1.HeaderClassName
{
color: #CCB091;
}
.AnyTagClassName
{
color: #CCB091;
}
</style>
background-color css
<style>
a { background-color: #CCB091; }
a { background-color: rgb(204,176,145); }
div.DivClassName
{
background-color: #CCB091;
}
.BgClassName
{
background-color: #CCB091;
}
</style>
border-color css
<style>
span { border-color: #CCB091; }
span { border-color: rgb(204,176,145); }
td.TdClassName
{
border-color: #CCB091;
}
.TagClassName
{
border-color: #CCB091;
}
</style>