Shades of Cashmere #CCAB92
Tints of Cashmere #CCAB92
RGB
CMYK
RGB Variations
Color information
#CCAB92 (or 0xCCAB92) is known color: Cashmere. HEX triplet: CC, AB and 92. RGB value is (204,171,146). Sum of RGB (Red+Green+Blue) = 204+171+146=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB92 is #33546D. Grayscale: #B2B2B2. Windows color (decimal): -3363950 or 9612236. OLE color: 9612236.
HSL color Cylindrical-coordinate representation of color #CCAB92: hue angle of 25.86º 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 #CCAB92 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 146 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.2 |
| HSL | 25.86º | 0.36% | 0.69% | - |
| HSV(B) | 25.86º | 0.28% | 0.8% | - |
| XYZ | 44.65 | 44.04 | 33.34 | - |
| YUV | 178.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 146 | 0 | 0.16 | 0.28 | 0.2 | 25.86 | 0.36 | 0.69 |
| Hex | CC | AB | 92 | 0 | 10 | 1C | 14 | 1A | 24 | 45 |
| Octal | 314 | 253 | 222 | 0 | 20 | 34 | 24 | 32 | 44 | 105 |
| Binary | 11001100 | 10101011 | 10010010 | 0 | 10000 | 11100 | 10100 | 11010 | 100100 | 1000101 |
Color Harmonies of #CCAB92
Complementary color
Monochromatic Colors of #CCAB92
Black with #CCAB92
Text Example
Text Example
White with #CCAB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB92; }
p { color: rgb(204,171,146); }
H1.HeaderClassName
{
color: #CCAB92;
}
.AnyTagClassName
{
color: #CCAB92;
}
</style>
background-color css
<style>
a { background-color: #CCAB92; }
a { background-color: rgb(204,171,146); }
div.DivClassName
{
background-color: #CCAB92;
}
.BgClassName
{
background-color: #CCAB92;
}
</style>
border-color css
<style>
span { border-color: #CCAB92; }
span { border-color: rgb(204,171,146); }
td.TdClassName
{
border-color: #CCAB92;
}
.TagClassName
{
border-color: #CCAB92;
}
</style>