Shades of Cashmere #CAB1A1
Tints of Cashmere #CAB1A1
RGB
CMYK
RGB Variations
Color information
#CAB1A1 (or 0xCAB1A1) is known color: Cashmere. HEX triplet: CA, B1 and A1. RGB value is (202,177,161). Sum of RGB (Red+Green+Blue) = 202+177+161=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB1A1 is #354E5E. Grayscale: #B6B6B6. Windows color (decimal): -3493471 or 10596810. OLE color: 10596810.
HSL color Cylindrical-coordinate representation of color #CAB1A1: hue angle of 23.41º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAB1A1 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 161 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.21 |
| HSL | 23.41º | 0.28% | 0.71% | - |
| HSV(B) | 23.41º | 0.2% | 0.79% | - |
| XYZ | 46.51 | 46.57 | 40.26 | - |
| YUV | 182.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 161 | 0 | 0.12 | 0.20 | 0.21 | 23.41 | 0.28 | 0.71 |
| Hex | CA | B1 | A1 | 0 | C | 14 | 15 | 17 | 1C | 47 |
| Octal | 312 | 261 | 241 | 0 | 14 | 24 | 25 | 27 | 34 | 107 |
| Binary | 11001010 | 10110001 | 10100001 | 0 | 1100 | 10100 | 10101 | 10111 | 11100 | 1000111 |
Color Harmonies of #CAB1A1
Complementary color
Monochromatic Colors of #CAB1A1
Black with #CAB1A1
Text Example
Text Example
White with #CAB1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1A1; }
p { color: rgb(202,177,161); }
H1.HeaderClassName
{
color: #CAB1A1;
}
.AnyTagClassName
{
color: #CAB1A1;
}
</style>
background-color css
<style>
a { background-color: #CAB1A1; }
a { background-color: rgb(202,177,161); }
div.DivClassName
{
background-color: #CAB1A1;
}
.BgClassName
{
background-color: #CAB1A1;
}
</style>
border-color css
<style>
span { border-color: #CAB1A1; }
span { border-color: rgb(202,177,161); }
td.TdClassName
{
border-color: #CAB1A1;
}
.TagClassName
{
border-color: #CAB1A1;
}
</style>