Shades of Cashmere #CAA996
Tints of Cashmere #CAA996
RGB
CMYK
RGB Variations
Color information
#CAA996 (or 0xCAA996) is known color: Cashmere. HEX triplet: CA, A9 and 96. RGB value is (202,169,150). Sum of RGB (Red+Green+Blue) = 202+169+150=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA996 is #355669. Grayscale: #B0B0B0. Windows color (decimal): -3495530 or 9873866. OLE color: 9873866.
HSL color Cylindrical-coordinate representation of color #CAA996: hue angle of 21.92º 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 #CAA996 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 150 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.21 |
| HSL | 21.92º | 0.33% | 0.69% | - |
| HSV(B) | 21.92º | 0.26% | 0.79% | - |
| XYZ | 44.05 | 43.13 | 34.86 | - |
| YUV | 176.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 150 | 0 | 0.16 | 0.26 | 0.21 | 21.92 | 0.33 | 0.69 |
| Hex | CA | A9 | 96 | 0 | 10 | 1A | 15 | 16 | 21 | 45 |
| Octal | 312 | 251 | 226 | 0 | 20 | 32 | 25 | 26 | 41 | 105 |
| Binary | 11001010 | 10101001 | 10010110 | 0 | 10000 | 11010 | 10101 | 10110 | 100001 | 1000101 |
Color Harmonies of #CAA996
Complementary color
Monochromatic Colors of #CAA996
Black with #CAA996
Text Example
Text Example
White with #CAA996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA996; }
p { color: rgb(202,169,150); }
H1.HeaderClassName
{
color: #CAA996;
}
.AnyTagClassName
{
color: #CAA996;
}
</style>
background-color css
<style>
a { background-color: #CAA996; }
a { background-color: rgb(202,169,150); }
div.DivClassName
{
background-color: #CAA996;
}
.BgClassName
{
background-color: #CAA996;
}
</style>
border-color css
<style>
span { border-color: #CAA996; }
span { border-color: rgb(202,169,150); }
td.TdClassName
{
border-color: #CAA996;
}
.TagClassName
{
border-color: #CAA996;
}
</style>