Shades of Cashmere #CCAC91
Tints of Cashmere #CCAC91
RGB
CMYK
RGB Variations
Color information
#CCAC91 (or 0xCCAC91) is known color: Cashmere. HEX triplet: CC, AC and 91. RGB value is (204,172,145). Sum of RGB (Red+Green+Blue) = 204+172+145=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC91 is #33536E. Grayscale: #B2B2B2. Windows color (decimal): -3363695 or 9546956. OLE color: 9546956.
HSL color Cylindrical-coordinate representation of color #CCAC91: hue angle of 27.46º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCAC91 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 145 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.2 |
| HSL | 27.46º | 0.37% | 0.68% | - |
| HSV(B) | 27.46º | 0.29% | 0.8% | - |
| XYZ | 44.77 | 44.39 | 33 | - |
| YUV | 178.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 145 | 0 | 0.16 | 0.29 | 0.2 | 27.46 | 0.37 | 0.68 |
| Hex | CC | AC | 91 | 0 | 10 | 1D | 14 | 1B | 25 | 44 |
| Octal | 314 | 254 | 221 | 0 | 20 | 35 | 24 | 33 | 45 | 104 |
| Binary | 11001100 | 10101100 | 10010001 | 0 | 10000 | 11101 | 10100 | 11011 | 100101 | 1000100 |
Color Harmonies of #CCAC91
Complementary color
Monochromatic Colors of #CCAC91
Black with #CCAC91
Text Example
Text Example
White with #CCAC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC91; }
p { color: rgb(204,172,145); }
H1.HeaderClassName
{
color: #CCAC91;
}
.AnyTagClassName
{
color: #CCAC91;
}
</style>
background-color css
<style>
a { background-color: #CCAC91; }
a { background-color: rgb(204,172,145); }
div.DivClassName
{
background-color: #CCAC91;
}
.BgClassName
{
background-color: #CCAC91;
}
</style>
border-color css
<style>
span { border-color: #CCAC91; }
span { border-color: rgb(204,172,145); }
td.TdClassName
{
border-color: #CCAC91;
}
.TagClassName
{
border-color: #CCAC91;
}
</style>