Shades of Cashmere #CAA894
Tints of Cashmere #CAA894
RGB
CMYK
RGB Variations
Color information
#CAA894 (or 0xCAA894) is known color: Cashmere. HEX triplet: CA, A8 and 94. RGB value is (202,168,148). Sum of RGB (Red+Green+Blue) = 202+168+148=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA894 is #35576B. Grayscale: #AFAFAF. Windows color (decimal): -3495788 or 9742538. OLE color: 9742538.
HSL color Cylindrical-coordinate representation of color #CAA894: hue angle of 22.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAA894 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 148 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.21 |
| HSL | 22.22º | 0.34% | 0.69% | - |
| HSV(B) | 22.22º | 0.27% | 0.79% | - |
| XYZ | 43.71 | 42.7 | 33.96 | - |
| YUV | 175.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 148 | 0 | 0.17 | 0.27 | 0.21 | 22.22 | 0.34 | 0.69 |
| Hex | CA | A8 | 94 | 0 | 11 | 1B | 15 | 16 | 22 | 45 |
| Octal | 312 | 250 | 224 | 0 | 21 | 33 | 25 | 26 | 42 | 105 |
| Binary | 11001010 | 10101000 | 10010100 | 0 | 10001 | 11011 | 10101 | 10110 | 100010 | 1000101 |
Color Harmonies of #CAA894
Complementary color
Monochromatic Colors of #CAA894
Black with #CAA894
Text Example
Text Example
White with #CAA894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA894; }
p { color: rgb(202,168,148); }
H1.HeaderClassName
{
color: #CAA894;
}
.AnyTagClassName
{
color: #CAA894;
}
</style>
background-color css
<style>
a { background-color: #CAA894; }
a { background-color: rgb(202,168,148); }
div.DivClassName
{
background-color: #CAA894;
}
.BgClassName
{
background-color: #CAA894;
}
</style>
border-color css
<style>
span { border-color: #CAA894; }
span { border-color: rgb(202,168,148); }
td.TdClassName
{
border-color: #CAA894;
}
.TagClassName
{
border-color: #CAA894;
}
</style>