Shades of Cashmere #CCAB93
Tints of Cashmere #CCAB93
RGB
CMYK
RGB Variations
Color information
#CCAB93 (or 0xCCAB93) is known color: Cashmere. HEX triplet: CC, AB and 93. RGB value is (204,171,147). Sum of RGB (Red+Green+Blue) = 204+171+147=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB93 is #33546C. Grayscale: #B2B2B2. Windows color (decimal): -3363949 or 9677772. OLE color: 9677772.
HSL color Cylindrical-coordinate representation of color #CCAB93: hue angle of 25.26º 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 #CCAB93 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 147 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.2 |
| HSL | 25.26º | 0.36% | 0.69% | - |
| HSV(B) | 25.26º | 0.28% | 0.8% | - |
| XYZ | 44.73 | 44.07 | 33.75 | - |
| YUV | 178.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 147 | 0 | 0.16 | 0.28 | 0.2 | 25.26 | 0.36 | 0.69 |
| Hex | CC | AB | 93 | 0 | 10 | 1C | 14 | 19 | 24 | 45 |
| Octal | 314 | 253 | 223 | 0 | 20 | 34 | 24 | 31 | 44 | 105 |
| Binary | 11001100 | 10101011 | 10010011 | 0 | 10000 | 11100 | 10100 | 11001 | 100100 | 1000101 |
Color Harmonies of #CCAB93
Complementary color
Monochromatic Colors of #CCAB93
Black with #CCAB93
Text Example
Text Example
White with #CCAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB93; }
p { color: rgb(204,171,147); }
H1.HeaderClassName
{
color: #CCAB93;
}
.AnyTagClassName
{
color: #CCAB93;
}
</style>
background-color css
<style>
a { background-color: #CCAB93; }
a { background-color: rgb(204,171,147); }
div.DivClassName
{
background-color: #CCAB93;
}
.BgClassName
{
background-color: #CCAB93;
}
</style>
border-color css
<style>
span { border-color: #CCAB93; }
span { border-color: rgb(204,171,147); }
td.TdClassName
{
border-color: #CCAB93;
}
.TagClassName
{
border-color: #CCAB93;
}
</style>