Shades of Cashmere #CCB4A0
Tints of Cashmere #CCB4A0
RGB
CMYK
RGB Variations
Color information
#CCB4A0 (or 0xCCB4A0) is known color: Cashmere. HEX triplet: CC, B4 and A0. RGB value is (204,180,160). Sum of RGB (Red+Green+Blue) = 204+180+160=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB4A0 is #334B5F. Grayscale: #B8B8B8. Windows color (decimal): -3361632 or 10532044. OLE color: 10532044.
HSL color Cylindrical-coordinate representation of color #CCB4A0: hue angle of 27.27º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCB4A0 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 160 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.2 |
| HSL | 27.27º | 0.3% | 0.71% | - |
| HSV(B) | 27.27º | 0.22% | 0.8% | - |
| XYZ | 47.57 | 48.02 | 40.02 | - |
| YUV | 184.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 160 | 0 | 0.12 | 0.22 | 0.2 | 27.27 | 0.3 | 0.71 |
| Hex | CC | B4 | A0 | 0 | C | 16 | 14 | 1B | 1E | 47 |
| Octal | 314 | 264 | 240 | 0 | 14 | 26 | 24 | 33 | 36 | 107 |
| Binary | 11001100 | 10110100 | 10100000 | 0 | 1100 | 10110 | 10100 | 11011 | 11110 | 1000111 |
Color Harmonies of #CCB4A0
Complementary color
Monochromatic Colors of #CCB4A0
Black with #CCB4A0
Text Example
Text Example
White with #CCB4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4A0; }
p { color: rgb(204,180,160); }
H1.HeaderClassName
{
color: #CCB4A0;
}
.AnyTagClassName
{
color: #CCB4A0;
}
</style>
background-color css
<style>
a { background-color: #CCB4A0; }
a { background-color: rgb(204,180,160); }
div.DivClassName
{
background-color: #CCB4A0;
}
.BgClassName
{
background-color: #CCB4A0;
}
</style>
border-color css
<style>
span { border-color: #CCB4A0; }
span { border-color: rgb(204,180,160); }
td.TdClassName
{
border-color: #CCB4A0;
}
.TagClassName
{
border-color: #CCB4A0;
}
</style>