Shades of Tan #CAB890
Tints of Tan #CAB890
RGB
CMYK
RGB Variations
Color information
#CAB890 (or 0xCAB890) is known color: Tan. HEX triplet: CA, B8 and 90. RGB value is (202,184,144). Sum of RGB (Red+Green+Blue) = 202+184+144=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB890 is #35476F. Grayscale: #B8B8B8. Windows color (decimal): -3491696 or 9484490. OLE color: 9484490.
HSL color Cylindrical-coordinate representation of color #CAB890: hue angle of 41.38º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAB890 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 144 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.21 |
| HSL | 41.38º | 0.35% | 0.68% | - |
| HSV(B) | 41.38º | 0.29% | 0.79% | - |
| XYZ | 46.53 | 48.85 | 33.36 | - |
| YUV | 184.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 144 | 0 | 0.09 | 0.29 | 0.21 | 41.38 | 0.35 | 0.68 |
| Hex | CA | B8 | 90 | 0 | 9 | 1D | 15 | 29 | 23 | 44 |
| Octal | 312 | 270 | 220 | 0 | 11 | 35 | 25 | 51 | 43 | 104 |
| Binary | 11001010 | 10111000 | 10010000 | 0 | 1001 | 11101 | 10101 | 101001 | 100011 | 1000100 |
Color Harmonies of #CAB890
Complementary color
Monochromatic Colors of #CAB890
Black with #CAB890
Text Example
Text Example
White with #CAB890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB890; }
p { color: rgb(202,184,144); }
H1.HeaderClassName
{
color: #CAB890;
}
.AnyTagClassName
{
color: #CAB890;
}
</style>
background-color css
<style>
a { background-color: #CAB890; }
a { background-color: rgb(202,184,144); }
div.DivClassName
{
background-color: #CAB890;
}
.BgClassName
{
background-color: #CAB890;
}
</style>
border-color css
<style>
span { border-color: #CAB890; }
span { border-color: rgb(202,184,144); }
td.TdClassName
{
border-color: #CAB890;
}
.TagClassName
{
border-color: #CAB890;
}
</style>