Shades of Cashmere #CAB19C
Tints of Cashmere #CAB19C
RGB
CMYK
RGB Variations
Color information
#CAB19C (or 0xCAB19C) is known color: Cashmere. HEX triplet: CA, B1 and 9C. RGB value is (202,177,156). Sum of RGB (Red+Green+Blue) = 202+177+156=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB19C is #354E63. Grayscale: #B6B6B6. Windows color (decimal): -3493476 or 10269130. OLE color: 10269130.
HSL color Cylindrical-coordinate representation of color #CAB19C: hue angle of 27.39º 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 #CAB19C is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 156 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.21 |
| HSL | 27.39º | 0.3% | 0.7% | - |
| HSV(B) | 27.39º | 0.23% | 0.79% | - |
| XYZ | 46.08 | 46.4 | 37.98 | - |
| YUV | 182.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 156 | 0 | 0.12 | 0.23 | 0.21 | 27.39 | 0.3 | 0.7 |
| Hex | CA | B1 | 9C | 0 | C | 17 | 15 | 1B | 1E | 46 |
| Octal | 312 | 261 | 234 | 0 | 14 | 27 | 25 | 33 | 36 | 106 |
| Binary | 11001010 | 10110001 | 10011100 | 0 | 1100 | 10111 | 10101 | 11011 | 11110 | 1000110 |
Color Harmonies of #CAB19C
Complementary color
Monochromatic Colors of #CAB19C
Black with #CAB19C
Text Example
Text Example
White with #CAB19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB19C; }
p { color: rgb(202,177,156); }
H1.HeaderClassName
{
color: #CAB19C;
}
.AnyTagClassName
{
color: #CAB19C;
}
</style>
background-color css
<style>
a { background-color: #CAB19C; }
a { background-color: rgb(202,177,156); }
div.DivClassName
{
background-color: #CAB19C;
}
.BgClassName
{
background-color: #CAB19C;
}
</style>
border-color css
<style>
span { border-color: #CAB19C; }
span { border-color: rgb(202,177,156); }
td.TdClassName
{
border-color: #CAB19C;
}
.TagClassName
{
border-color: #CAB19C;
}
</style>