Shades of Cashmere #CCAC9C
Tints of Cashmere #CCAC9C
RGB
CMYK
RGB Variations
Color information
#CCAC9C (or 0xCCAC9C) is known color: Cashmere. HEX triplet: CC, AC and 9C. RGB value is (204,172,156). Sum of RGB (Red+Green+Blue) = 204+172+156=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC9C is #335363. Grayscale: #B3B3B3. Windows color (decimal): -3363684 or 10267852. OLE color: 10267852.
HSL color Cylindrical-coordinate representation of color #CCAC9C: hue angle of 20º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCAC9C is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 156 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.2 |
| HSL | 20º | 0.32% | 0.71% | - |
| HSV(B) | 20º | 0.24% | 0.8% | - |
| XYZ | 45.66 | 44.74 | 37.68 | - |
| YUV | 179.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 156 | 0 | 0.16 | 0.24 | 0.2 | 20 | 0.32 | 0.71 |
| Hex | CC | AC | 9C | 0 | 10 | 18 | 14 | 14 | 20 | 47 |
| Octal | 314 | 254 | 234 | 0 | 20 | 30 | 24 | 24 | 40 | 107 |
| Binary | 11001100 | 10101100 | 10011100 | 0 | 10000 | 11000 | 10100 | 10100 | 100000 | 1000111 |
Color Harmonies of #CCAC9C
Complementary color
Monochromatic Colors of #CCAC9C
Black with #CCAC9C
Text Example
Text Example
White with #CCAC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC9C; }
p { color: rgb(204,172,156); }
H1.HeaderClassName
{
color: #CCAC9C;
}
.AnyTagClassName
{
color: #CCAC9C;
}
</style>
background-color css
<style>
a { background-color: #CCAC9C; }
a { background-color: rgb(204,172,156); }
div.DivClassName
{
background-color: #CCAC9C;
}
.BgClassName
{
background-color: #CCAC9C;
}
</style>
border-color css
<style>
span { border-color: #CCAC9C; }
span { border-color: rgb(204,172,156); }
td.TdClassName
{
border-color: #CCAC9C;
}
.TagClassName
{
border-color: #CCAC9C;
}
</style>