Shades of Vanilla #CAB29C
Tints of Vanilla #CAB29C
RGB
CMYK
RGB Variations
Color information
#CAB29C (or 0xCAB29C) is known color: Vanilla. HEX triplet: CA, B2 and 9C. RGB value is (202,178,156). Sum of RGB (Red+Green+Blue) = 202+178+156=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB29C is #354D63. Grayscale: #B6B6B6. Windows color (decimal): -3493220 or 10269386. OLE color: 10269386.
HSL color Cylindrical-coordinate representation of color #CAB29C: hue angle of 28.7º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAB29C is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 156 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.21 |
| HSL | 28.7º | 0.3% | 0.7% | - |
| HSV(B) | 28.7º | 0.23% | 0.79% | - |
| XYZ | 46.28 | 46.8 | 38.05 | - |
| YUV | 182.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 156 | 0 | 0.12 | 0.23 | 0.21 | 28.7 | 0.3 | 0.7 |
| Hex | CA | B2 | 9C | 0 | C | 17 | 15 | 1D | 1E | 46 |
| Octal | 312 | 262 | 234 | 0 | 14 | 27 | 25 | 35 | 36 | 106 |
| Binary | 11001010 | 10110010 | 10011100 | 0 | 1100 | 10111 | 10101 | 11101 | 11110 | 1000110 |
Color Harmonies of #CAB29C
Complementary color
Monochromatic Colors of #CAB29C
Black with #CAB29C
Text Example
Text Example
White with #CAB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB29C; }
p { color: rgb(202,178,156); }
H1.HeaderClassName
{
color: #CAB29C;
}
.AnyTagClassName
{
color: #CAB29C;
}
</style>
background-color css
<style>
a { background-color: #CAB29C; }
a { background-color: rgb(202,178,156); }
div.DivClassName
{
background-color: #CAB29C;
}
.BgClassName
{
background-color: #CAB29C;
}
</style>
border-color css
<style>
span { border-color: #CAB29C; }
span { border-color: rgb(202,178,156); }
td.TdClassName
{
border-color: #CAB29C;
}
.TagClassName
{
border-color: #CAB29C;
}
</style>