Shades of Tan #CCB090
Tints of Tan #CCB090
RGB
CMYK
RGB Variations
Color information
#CCB090 (or 0xCCB090) is known color: Tan. HEX triplet: CC, B0 and 90. RGB value is (204,176,144). Sum of RGB (Red+Green+Blue) = 204+176+144=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB090 is #334F6F. Grayscale: #B4B4B4. Windows color (decimal): -3362672 or 9482444. OLE color: 9482444.
HSL color Cylindrical-coordinate representation of color #CCB090: hue angle of 32º 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 #CCB090 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 144 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.2 |
| HSL | 32º | 0.37% | 0.68% | - |
| HSV(B) | 32º | 0.29% | 0.8% | - |
| XYZ | 45.46 | 45.9 | 32.85 | - |
| YUV | 180.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 144 | 0 | 0.14 | 0.29 | 0.2 | 32 | 0.37 | 0.68 |
| Hex | CC | B0 | 90 | 0 | E | 1D | 14 | 20 | 25 | 44 |
| Octal | 314 | 260 | 220 | 0 | 16 | 35 | 24 | 40 | 45 | 104 |
| Binary | 11001100 | 10110000 | 10010000 | 0 | 1110 | 11101 | 10100 | 100000 | 100101 | 1000100 |
Color Harmonies of #CCB090
Complementary color
Monochromatic Colors of #CCB090
Black with #CCB090
Text Example
Text Example
White with #CCB090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB090; }
p { color: rgb(204,176,144); }
H1.HeaderClassName
{
color: #CCB090;
}
.AnyTagClassName
{
color: #CCB090;
}
</style>
background-color css
<style>
a { background-color: #CCB090; }
a { background-color: rgb(204,176,144); }
div.DivClassName
{
background-color: #CCB090;
}
.BgClassName
{
background-color: #CCB090;
}
</style>
border-color css
<style>
span { border-color: #CCB090; }
span { border-color: rgb(204,176,144); }
td.TdClassName
{
border-color: #CCB090;
}
.TagClassName
{
border-color: #CCB090;
}
</style>