Shades of Cashmere #CAB096
Tints of Cashmere #CAB096
RGB
CMYK
RGB Variations
Color information
#CAB096 (or 0xCAB096) is known color: Cashmere. HEX triplet: CA, B0 and 96. RGB value is (202,176,150). Sum of RGB (Red+Green+Blue) = 202+176+150=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB096 is #354F69. Grayscale: #B4B4B4. Windows color (decimal): -3493738 or 9875658. OLE color: 9875658.
HSL color Cylindrical-coordinate representation of color #CAB096: hue angle of 30º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAB096 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 150 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.21 |
| HSL | 30º | 0.33% | 0.69% | - |
| HSV(B) | 30º | 0.26% | 0.79% | - |
| XYZ | 45.39 | 45.81 | 35.3 | - |
| YUV | 180.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 150 | 0 | 0.13 | 0.26 | 0.21 | 30 | 0.33 | 0.69 |
| Hex | CA | B0 | 96 | 0 | D | 1A | 15 | 1E | 21 | 45 |
| Octal | 312 | 260 | 226 | 0 | 15 | 32 | 25 | 36 | 41 | 105 |
| Binary | 11001010 | 10110000 | 10010110 | 0 | 1101 | 11010 | 10101 | 11110 | 100001 | 1000101 |
Color Harmonies of #CAB096
Complementary color
Monochromatic Colors of #CAB096
Black with #CAB096
Text Example
Text Example
White with #CAB096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB096; }
p { color: rgb(202,176,150); }
H1.HeaderClassName
{
color: #CAB096;
}
.AnyTagClassName
{
color: #CAB096;
}
</style>
background-color css
<style>
a { background-color: #CAB096; }
a { background-color: rgb(202,176,150); }
div.DivClassName
{
background-color: #CAB096;
}
.BgClassName
{
background-color: #CAB096;
}
</style>
border-color css
<style>
span { border-color: #CAB096; }
span { border-color: rgb(202,176,150); }
td.TdClassName
{
border-color: #CAB096;
}
.TagClassName
{
border-color: #CAB096;
}
</style>