Shades of Cashmere #CCAB90
Tints of Cashmere #CCAB90
RGB
CMYK
RGB Variations
Color information
#CCAB90 (or 0xCCAB90) is known color: Cashmere. HEX triplet: CC, AB and 90. RGB value is (204,171,144). Sum of RGB (Red+Green+Blue) = 204+171+144=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB90 is #33546F. Grayscale: #B1B1B1. Windows color (decimal): -3363952 or 9481164. OLE color: 9481164.
HSL color Cylindrical-coordinate representation of color #CCAB90: hue angle of 27º 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 #CCAB90 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 144 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.2 |
| HSL | 27º | 0.37% | 0.68% | - |
| HSV(B) | 27º | 0.29% | 0.8% | - |
| XYZ | 44.5 | 43.98 | 32.53 | - |
| YUV | 177.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 144 | 0 | 0.16 | 0.29 | 0.2 | 27 | 0.37 | 0.68 |
| Hex | CC | AB | 90 | 0 | 10 | 1D | 14 | 1B | 25 | 44 |
| Octal | 314 | 253 | 220 | 0 | 20 | 35 | 24 | 33 | 45 | 104 |
| Binary | 11001100 | 10101011 | 10010000 | 0 | 10000 | 11101 | 10100 | 11011 | 100101 | 1000100 |
Color Harmonies of #CCAB90
Complementary color
Monochromatic Colors of #CCAB90
Black with #CCAB90
Text Example
Text Example
White with #CCAB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB90; }
p { color: rgb(204,171,144); }
H1.HeaderClassName
{
color: #CCAB90;
}
.AnyTagClassName
{
color: #CCAB90;
}
</style>
background-color css
<style>
a { background-color: #CCAB90; }
a { background-color: rgb(204,171,144); }
div.DivClassName
{
background-color: #CCAB90;
}
.BgClassName
{
background-color: #CCAB90;
}
</style>
border-color css
<style>
span { border-color: #CCAB90; }
span { border-color: rgb(204,171,144); }
td.TdClassName
{
border-color: #CCAB90;
}
.TagClassName
{
border-color: #CCAB90;
}
</style>