Shades of Tan #CAB390
Tints of Tan #CAB390
RGB
CMYK
RGB Variations
Color information
#CAB390 (or 0xCAB390) is known color: Tan. HEX triplet: CA, B3 and 90. RGB value is (202,179,144). Sum of RGB (Red+Green+Blue) = 202+179+144=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB390 is #354C6F. Grayscale: #B6B6B6. Windows color (decimal): -3492976 or 9483210. OLE color: 9483210.
HSL color Cylindrical-coordinate representation of color #CAB390: hue angle of 36.21º 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 #CAB390 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 144 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.21 |
| HSL | 36.21º | 0.35% | 0.68% | - |
| HSV(B) | 36.21º | 0.29% | 0.79% | - |
| XYZ | 45.51 | 46.81 | 33.02 | - |
| YUV | 181.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 144 | 0 | 0.11 | 0.29 | 0.21 | 36.21 | 0.35 | 0.68 |
| Hex | CA | B3 | 90 | 0 | B | 1D | 15 | 24 | 23 | 44 |
| Octal | 312 | 263 | 220 | 0 | 13 | 35 | 25 | 44 | 43 | 104 |
| Binary | 11001010 | 10110011 | 10010000 | 0 | 1011 | 11101 | 10101 | 100100 | 100011 | 1000100 |
Color Harmonies of #CAB390
Complementary color
Monochromatic Colors of #CAB390
Black with #CAB390
Text Example
Text Example
White with #CAB390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB390; }
p { color: rgb(202,179,144); }
H1.HeaderClassName
{
color: #CAB390;
}
.AnyTagClassName
{
color: #CAB390;
}
</style>
background-color css
<style>
a { background-color: #CAB390; }
a { background-color: rgb(202,179,144); }
div.DivClassName
{
background-color: #CAB390;
}
.BgClassName
{
background-color: #CAB390;
}
</style>
border-color css
<style>
span { border-color: #CAB390; }
span { border-color: rgb(202,179,144); }
td.TdClassName
{
border-color: #CAB390;
}
.TagClassName
{
border-color: #CAB390;
}
</style>