Shades of Cashmere #CAA892
Tints of Cashmere #CAA892
RGB
CMYK
RGB Variations
Color information
#CAA892 (or 0xCAA892) is known color: Cashmere. HEX triplet: CA, A8 and 92. RGB value is (202,168,146). Sum of RGB (Red+Green+Blue) = 202+168+146=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA892 is #35576D. Grayscale: #AFAFAF. Windows color (decimal): -3495790 or 9611466. OLE color: 9611466.
HSL color Cylindrical-coordinate representation of color #CAA892: hue angle of 23.57º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAA892 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 146 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.21 |
| HSL | 23.57º | 0.35% | 0.68% | - |
| HSV(B) | 23.57º | 0.28% | 0.79% | - |
| XYZ | 43.55 | 42.64 | 33.13 | - |
| YUV | 175.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 146 | 0 | 0.17 | 0.28 | 0.21 | 23.57 | 0.35 | 0.68 |
| Hex | CA | A8 | 92 | 0 | 11 | 1C | 15 | 18 | 23 | 44 |
| Octal | 312 | 250 | 222 | 0 | 21 | 34 | 25 | 30 | 43 | 104 |
| Binary | 11001010 | 10101000 | 10010010 | 0 | 10001 | 11100 | 10101 | 11000 | 100011 | 1000100 |
Color Harmonies of #CAA892
Complementary color
Monochromatic Colors of #CAA892
Black with #CAA892
Text Example
Text Example
White with #CAA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA892; }
p { color: rgb(202,168,146); }
H1.HeaderClassName
{
color: #CAA892;
}
.AnyTagClassName
{
color: #CAA892;
}
</style>
background-color css
<style>
a { background-color: #CAA892; }
a { background-color: rgb(202,168,146); }
div.DivClassName
{
background-color: #CAA892;
}
.BgClassName
{
background-color: #CAA892;
}
</style>
border-color css
<style>
span { border-color: #CAA892; }
span { border-color: rgb(202,168,146); }
td.TdClassName
{
border-color: #CAA892;
}
.TagClassName
{
border-color: #CAA892;
}
</style>