Shades of Vanilla #CAB49A
Tints of Vanilla #CAB49A
RGB
CMYK
RGB Variations
Color information
#CAB49A (or 0xCAB49A) is known color: Vanilla. HEX triplet: CA, B4 and 9A. RGB value is (202,180,154). Sum of RGB (Red+Green+Blue) = 202+180+154=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB49A is #354B65. Grayscale: #B7B7B7. Windows color (decimal): -3492710 or 10138826. OLE color: 10138826.
HSL color Cylindrical-coordinate representation of color #CAB49A: hue angle of 32.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAB49A is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 154 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.21 |
| HSL | 32.5º | 0.31% | 0.7% | - |
| HSV(B) | 32.5º | 0.24% | 0.79% | - |
| XYZ | 46.51 | 47.53 | 37.3 | - |
| YUV | 183.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 154 | 0 | 0.11 | 0.24 | 0.21 | 32.5 | 0.31 | 0.7 |
| Hex | CA | B4 | 9A | 0 | B | 18 | 15 | 20 | 1F | 46 |
| Octal | 312 | 264 | 232 | 0 | 13 | 30 | 25 | 40 | 37 | 106 |
| Binary | 11001010 | 10110100 | 10011010 | 0 | 1011 | 11000 | 10101 | 100000 | 11111 | 1000110 |
Color Harmonies of #CAB49A
Complementary color
Monochromatic Colors of #CAB49A
Black with #CAB49A
Text Example
Text Example
White with #CAB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB49A; }
p { color: rgb(202,180,154); }
H1.HeaderClassName
{
color: #CAB49A;
}
.AnyTagClassName
{
color: #CAB49A;
}
</style>
background-color css
<style>
a { background-color: #CAB49A; }
a { background-color: rgb(202,180,154); }
div.DivClassName
{
background-color: #CAB49A;
}
.BgClassName
{
background-color: #CAB49A;
}
</style>
border-color css
<style>
span { border-color: #CAB49A; }
span { border-color: rgb(202,180,154); }
td.TdClassName
{
border-color: #CAB49A;
}
.TagClassName
{
border-color: #CAB49A;
}
</style>