Shades of Vanilla #CAB69C
Tints of Vanilla #CAB69C
RGB
CMYK
RGB Variations
Color information
#CAB69C (or 0xCAB69C) is known color: Vanilla. HEX triplet: CA, B6 and 9C. RGB value is (202,182,156). Sum of RGB (Red+Green+Blue) = 202+182+156=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB69C is #354963. Grayscale: #B9B9B9. Windows color (decimal): -3492196 or 10270410. OLE color: 10270410.
HSL color Cylindrical-coordinate representation of color #CAB69C: hue angle of 33.91º 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 #CAB69C is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 156 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.21 |
| HSL | 33.91º | 0.3% | 0.7% | - |
| HSV(B) | 33.91º | 0.23% | 0.79% | - |
| XYZ | 47.09 | 48.41 | 38.32 | - |
| YUV | 185.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 156 | 0 | 0.10 | 0.23 | 0.21 | 33.91 | 0.3 | 0.7 |
| Hex | CA | B6 | 9C | 0 | A | 17 | 15 | 22 | 1E | 46 |
| Octal | 312 | 266 | 234 | 0 | 12 | 27 | 25 | 42 | 36 | 106 |
| Binary | 11001010 | 10110110 | 10011100 | 0 | 1010 | 10111 | 10101 | 100010 | 11110 | 1000110 |
Color Harmonies of #CAB69C
Complementary color
Monochromatic Colors of #CAB69C
Black with #CAB69C
Text Example
Text Example
White with #CAB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB69C; }
p { color: rgb(202,182,156); }
H1.HeaderClassName
{
color: #CAB69C;
}
.AnyTagClassName
{
color: #CAB69C;
}
</style>
background-color css
<style>
a { background-color: #CAB69C; }
a { background-color: rgb(202,182,156); }
div.DivClassName
{
background-color: #CAB69C;
}
.BgClassName
{
background-color: #CAB69C;
}
</style>
border-color css
<style>
span { border-color: #CAB69C; }
span { border-color: rgb(202,182,156); }
td.TdClassName
{
border-color: #CAB69C;
}
.TagClassName
{
border-color: #CAB69C;
}
</style>