Shades of Tan #CCBA90
Tints of Tan #CCBA90
RGB
CMYK
RGB Variations
Color information
#CCBA90 (or 0xCCBA90) is known color: Tan. HEX triplet: CC, BA and 90. RGB value is (204,186,144). Sum of RGB (Red+Green+Blue) = 204+186+144=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA90 is #33456F. Grayscale: #BABABA. Windows color (decimal): -3360112 or 9485004. OLE color: 9485004.
HSL color Cylindrical-coordinate representation of color #CCBA90: hue angle of 42º 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 #CCBA90 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 144 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.2 |
| HSL | 42º | 0.37% | 0.68% | - |
| HSV(B) | 42º | 0.29% | 0.8% | - |
| XYZ | 47.49 | 49.97 | 33.53 | - |
| YUV | 186.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 144 | 0 | 0.09 | 0.29 | 0.2 | 42 | 0.37 | 0.68 |
| Hex | CC | BA | 90 | 0 | 9 | 1D | 14 | 2A | 25 | 44 |
| Octal | 314 | 272 | 220 | 0 | 11 | 35 | 24 | 52 | 45 | 104 |
| Binary | 11001100 | 10111010 | 10010000 | 0 | 1001 | 11101 | 10100 | 101010 | 100101 | 1000100 |
Color Harmonies of #CCBA90
Complementary color
Monochromatic Colors of #CCBA90
Black with #CCBA90
Text Example
Text Example
White with #CCBA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA90; }
p { color: rgb(204,186,144); }
H1.HeaderClassName
{
color: #CCBA90;
}
.AnyTagClassName
{
color: #CCBA90;
}
</style>
background-color css
<style>
a { background-color: #CCBA90; }
a { background-color: rgb(204,186,144); }
div.DivClassName
{
background-color: #CCBA90;
}
.BgClassName
{
background-color: #CCBA90;
}
</style>
border-color css
<style>
span { border-color: #CCBA90; }
span { border-color: rgb(204,186,144); }
td.TdClassName
{
border-color: #CCBA90;
}
.TagClassName
{
border-color: #CCBA90;
}
</style>