Shades of Cashmere #CAB199
Tints of Cashmere #CAB199
RGB
CMYK
RGB Variations
Color information
#CAB199 (or 0xCAB199) is known color: Cashmere. HEX triplet: CA, B1 and 99. RGB value is (202,177,153). Sum of RGB (Red+Green+Blue) = 202+177+153=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB199 is #354E66. Grayscale: #B5B5B5. Windows color (decimal): -3493479 or 10072522. OLE color: 10072522.
HSL color Cylindrical-coordinate representation of color #CAB199: hue angle of 29.39º degrees, saturation: 0.32, 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 #CAB199 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 153 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.21 |
| HSL | 29.39º | 0.32% | 0.7% | - |
| HSV(B) | 29.39º | 0.24% | 0.79% | - |
| XYZ | 45.83 | 46.3 | 36.66 | - |
| YUV | 181.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 153 | 0 | 0.12 | 0.24 | 0.21 | 29.39 | 0.32 | 0.7 |
| Hex | CA | B1 | 99 | 0 | C | 18 | 15 | 1D | 20 | 46 |
| Octal | 312 | 261 | 231 | 0 | 14 | 30 | 25 | 35 | 40 | 106 |
| Binary | 11001010 | 10110001 | 10011001 | 0 | 1100 | 11000 | 10101 | 11101 | 100000 | 1000110 |
Color Harmonies of #CAB199
Complementary color
Monochromatic Colors of #CAB199
Black with #CAB199
Text Example
Text Example
White with #CAB199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB199; }
p { color: rgb(202,177,153); }
H1.HeaderClassName
{
color: #CAB199;
}
.AnyTagClassName
{
color: #CAB199;
}
</style>
background-color css
<style>
a { background-color: #CAB199; }
a { background-color: rgb(202,177,153); }
div.DivClassName
{
background-color: #CAB199;
}
.BgClassName
{
background-color: #CAB199;
}
</style>
border-color css
<style>
span { border-color: #CAB199; }
span { border-color: rgb(202,177,153); }
td.TdClassName
{
border-color: #CAB199;
}
.TagClassName
{
border-color: #CAB199;
}
</style>