Shades of Cashmere #CCA892
Tints of Cashmere #CCA892
RGB
CMYK
RGB Variations
Color information
#CCA892 (or 0xCCA892) is known color: Cashmere. HEX triplet: CC, A8 and 92. RGB value is (204,168,146). Sum of RGB (Red+Green+Blue) = 204+168+146=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA892 is #33576D. Grayscale: #B0B0B0. Windows color (decimal): -3364718 or 9611468. OLE color: 9611468.
HSL color Cylindrical-coordinate representation of color #CCA892: hue angle of 22.76º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCA892 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 146 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.2 |
| HSL | 22.76º | 0.36% | 0.69% | - |
| HSV(B) | 22.76º | 0.28% | 0.8% | - |
| XYZ | 44.09 | 42.92 | 33.15 | - |
| YUV | 176.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 146 | 0 | 0.18 | 0.28 | 0.2 | 22.76 | 0.36 | 0.69 |
| Hex | CC | A8 | 92 | 0 | 12 | 1C | 14 | 17 | 24 | 45 |
| Octal | 314 | 250 | 222 | 0 | 22 | 34 | 24 | 27 | 44 | 105 |
| Binary | 11001100 | 10101000 | 10010010 | 0 | 10010 | 11100 | 10100 | 10111 | 100100 | 1000101 |
Color Harmonies of #CCA892
Complementary color
Monochromatic Colors of #CCA892
Black with #CCA892
Text Example
Text Example
White with #CCA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA892; }
p { color: rgb(204,168,146); }
H1.HeaderClassName
{
color: #CCA892;
}
.AnyTagClassName
{
color: #CCA892;
}
</style>
background-color css
<style>
a { background-color: #CCA892; }
a { background-color: rgb(204,168,146); }
div.DivClassName
{
background-color: #CCA892;
}
.BgClassName
{
background-color: #CCA892;
}
</style>
border-color css
<style>
span { border-color: #CCA892; }
span { border-color: rgb(204,168,146); }
td.TdClassName
{
border-color: #CCA892;
}
.TagClassName
{
border-color: #CCA892;
}
</style>