Shades of Cashmere #CAB099
Tints of Cashmere #CAB099
RGB
CMYK
RGB Variations
Color information
#CAB099 (or 0xCAB099) is known color: Cashmere. HEX triplet: CA, B0 and 99. RGB value is (202,176,153). Sum of RGB (Red+Green+Blue) = 202+176+153=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB099 is #354F66. Grayscale: #B5B5B5. Windows color (decimal): -3493735 or 10072266. OLE color: 10072266.
HSL color Cylindrical-coordinate representation of color #CAB099: hue angle of 28.16º 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 #CAB099 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 153 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.21 |
| HSL | 28.16º | 0.32% | 0.7% | - |
| HSV(B) | 28.16º | 0.24% | 0.79% | - |
| XYZ | 45.63 | 45.91 | 36.59 | - |
| YUV | 181.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 153 | 0 | 0.13 | 0.24 | 0.21 | 28.16 | 0.32 | 0.7 |
| Hex | CA | B0 | 99 | 0 | D | 18 | 15 | 1C | 20 | 46 |
| Octal | 312 | 260 | 231 | 0 | 15 | 30 | 25 | 34 | 40 | 106 |
| Binary | 11001010 | 10110000 | 10011001 | 0 | 1101 | 11000 | 10101 | 11100 | 100000 | 1000110 |
Color Harmonies of #CAB099
Complementary color
Monochromatic Colors of #CAB099
Black with #CAB099
Text Example
Text Example
White with #CAB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB099; }
p { color: rgb(202,176,153); }
H1.HeaderClassName
{
color: #CAB099;
}
.AnyTagClassName
{
color: #CAB099;
}
</style>
background-color css
<style>
a { background-color: #CAB099; }
a { background-color: rgb(202,176,153); }
div.DivClassName
{
background-color: #CAB099;
}
.BgClassName
{
background-color: #CAB099;
}
</style>
border-color css
<style>
span { border-color: #CAB099; }
span { border-color: rgb(202,176,153); }
td.TdClassName
{
border-color: #CAB099;
}
.TagClassName
{
border-color: #CAB099;
}
</style>