Shades of Cashmere #CCAA91
Tints of Cashmere #CCAA91
RGB
CMYK
RGB Variations
Color information
#CCAA91 (or 0xCCAA91) is known color: Cashmere. HEX triplet: CC, AA and 91. RGB value is (204,170,145). Sum of RGB (Red+Green+Blue) = 204+170+145=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA91 is #33556E. Grayscale: #B1B1B1. Windows color (decimal): -3364207 or 9546444. OLE color: 9546444.
HSL color Cylindrical-coordinate representation of color #CCAA91: hue angle of 25.42º 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 #CCAA91 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 145 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.2 |
| HSL | 25.42º | 0.37% | 0.68% | - |
| HSV(B) | 25.42º | 0.29% | 0.8% | - |
| XYZ | 44.39 | 43.63 | 32.87 | - |
| YUV | 177.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 145 | 0 | 0.17 | 0.29 | 0.2 | 25.42 | 0.37 | 0.68 |
| Hex | CC | AA | 91 | 0 | 11 | 1D | 14 | 19 | 25 | 44 |
| Octal | 314 | 252 | 221 | 0 | 21 | 35 | 24 | 31 | 45 | 104 |
| Binary | 11001100 | 10101010 | 10010001 | 0 | 10001 | 11101 | 10100 | 11001 | 100101 | 1000100 |
Color Harmonies of #CCAA91
Complementary color
Monochromatic Colors of #CCAA91
Black with #CCAA91
Text Example
Text Example
White with #CCAA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA91; }
p { color: rgb(204,170,145); }
H1.HeaderClassName
{
color: #CCAA91;
}
.AnyTagClassName
{
color: #CCAA91;
}
</style>
background-color css
<style>
a { background-color: #CCAA91; }
a { background-color: rgb(204,170,145); }
div.DivClassName
{
background-color: #CCAA91;
}
.BgClassName
{
background-color: #CCAA91;
}
</style>
border-color css
<style>
span { border-color: #CCAA91; }
span { border-color: rgb(204,170,145); }
td.TdClassName
{
border-color: #CCAA91;
}
.TagClassName
{
border-color: #CCAA91;
}
</style>