Shades of Vanilla #CAB29A
Tints of Vanilla #CAB29A
RGB
CMYK
RGB Variations
Color information
#CAB29A (or 0xCAB29A) is known color: Vanilla. HEX triplet: CA, B2 and 9A. RGB value is (202,178,154). Sum of RGB (Red+Green+Blue) = 202+178+154=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB29A is #354D65. Grayscale: #B6B6B6. Windows color (decimal): -3493222 or 10138314. OLE color: 10138314.
HSL color Cylindrical-coordinate representation of color #CAB29A: hue angle of 30º 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 #CAB29A is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 154 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.21 |
| HSL | 30º | 0.31% | 0.7% | - |
| HSV(B) | 30º | 0.24% | 0.79% | - |
| XYZ | 46.11 | 46.73 | 37.16 | - |
| YUV | 182.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 154 | 0 | 0.12 | 0.24 | 0.21 | 30 | 0.31 | 0.7 |
| Hex | CA | B2 | 9A | 0 | C | 18 | 15 | 1E | 1F | 46 |
| Octal | 312 | 262 | 232 | 0 | 14 | 30 | 25 | 36 | 37 | 106 |
| Binary | 11001010 | 10110010 | 10011010 | 0 | 1100 | 11000 | 10101 | 11110 | 11111 | 1000110 |
Color Harmonies of #CAB29A
Complementary color
Monochromatic Colors of #CAB29A
Black with #CAB29A
Text Example
Text Example
White with #CAB29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB29A; }
p { color: rgb(202,178,154); }
H1.HeaderClassName
{
color: #CAB29A;
}
.AnyTagClassName
{
color: #CAB29A;
}
</style>
background-color css
<style>
a { background-color: #CAB29A; }
a { background-color: rgb(202,178,154); }
div.DivClassName
{
background-color: #CAB29A;
}
.BgClassName
{
background-color: #CAB29A;
}
</style>
border-color css
<style>
span { border-color: #CAB29A; }
span { border-color: rgb(202,178,154); }
td.TdClassName
{
border-color: #CAB29A;
}
.TagClassName
{
border-color: #CAB29A;
}
</style>