Shades of Cashmere #CAB09B
Tints of Cashmere #CAB09B
RGB
CMYK
RGB Variations
Color information
#CAB09B (or 0xCAB09B) is known color: Cashmere. HEX triplet: CA, B0 and 9B. RGB value is (202,176,155). Sum of RGB (Red+Green+Blue) = 202+176+155=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB09B is #354F64. Grayscale: #B5B5B5. Windows color (decimal): -3493733 or 10203338. OLE color: 10203338.
HSL color Cylindrical-coordinate representation of color #CAB09B: hue angle of 26.81º degrees, saturation: 0.31, 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 #CAB09B is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 155 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.21 |
| HSL | 26.81º | 0.31% | 0.7% | - |
| HSV(B) | 26.81º | 0.23% | 0.79% | - |
| XYZ | 45.8 | 45.97 | 37.47 | - |
| YUV | 181.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 155 | 0 | 0.13 | 0.23 | 0.21 | 26.81 | 0.31 | 0.7 |
| Hex | CA | B0 | 9B | 0 | D | 17 | 15 | 1B | 1F | 46 |
| Octal | 312 | 260 | 233 | 0 | 15 | 27 | 25 | 33 | 37 | 106 |
| Binary | 11001010 | 10110000 | 10011011 | 0 | 1101 | 10111 | 10101 | 11011 | 11111 | 1000110 |
Color Harmonies of #CAB09B
Complementary color
Monochromatic Colors of #CAB09B
Black with #CAB09B
Text Example
Text Example
White with #CAB09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB09B; }
p { color: rgb(202,176,155); }
H1.HeaderClassName
{
color: #CAB09B;
}
.AnyTagClassName
{
color: #CAB09B;
}
</style>
background-color css
<style>
a { background-color: #CAB09B; }
a { background-color: rgb(202,176,155); }
div.DivClassName
{
background-color: #CAB09B;
}
.BgClassName
{
background-color: #CAB09B;
}
</style>
border-color css
<style>
span { border-color: #CAB09B; }
span { border-color: rgb(202,176,155); }
td.TdClassName
{
border-color: #CAB09B;
}
.TagClassName
{
border-color: #CAB09B;
}
</style>