Shades of Tan #CCBB90
Tints of Tan #CCBB90
RGB
CMYK
RGB Variations
Color information
#CCBB90 (or 0xCCBB90) is known color: Tan. HEX triplet: CC, BB and 90. RGB value is (204,187,144). Sum of RGB (Red+Green+Blue) = 204+187+144=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBB90 is #33446F. Grayscale: #BBBBBB. Windows color (decimal): -3359856 or 9485260. OLE color: 9485260.
HSL color Cylindrical-coordinate representation of color #CCBB90: hue angle of 43º 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 #CCBB90 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 144 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.2 |
| HSL | 43º | 0.37% | 0.68% | - |
| HSV(B) | 43º | 0.29% | 0.8% | - |
| XYZ | 47.71 | 50.39 | 33.6 | - |
| YUV | 187.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 144 | 0 | 0.08 | 0.29 | 0.2 | 43 | 0.37 | 0.68 |
| Hex | CC | BB | 90 | 0 | 8 | 1D | 14 | 2B | 25 | 44 |
| Octal | 314 | 273 | 220 | 0 | 10 | 35 | 24 | 53 | 45 | 104 |
| Binary | 11001100 | 10111011 | 10010000 | 0 | 1000 | 11101 | 10100 | 101011 | 100101 | 1000100 |
Color Harmonies of #CCBB90
Complementary color
Monochromatic Colors of #CCBB90
Black with #CCBB90
Text Example
Text Example
White with #CCBB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBB90; }
p { color: rgb(204,187,144); }
H1.HeaderClassName
{
color: #CCBB90;
}
.AnyTagClassName
{
color: #CCBB90;
}
</style>
background-color css
<style>
a { background-color: #CCBB90; }
a { background-color: rgb(204,187,144); }
div.DivClassName
{
background-color: #CCBB90;
}
.BgClassName
{
background-color: #CCBB90;
}
</style>
border-color css
<style>
span { border-color: #CCBB90; }
span { border-color: rgb(204,187,144); }
td.TdClassName
{
border-color: #CCBB90;
}
.TagClassName
{
border-color: #CCBB90;
}
</style>