Shades of Cashmere #CCB2A1
Tints of Cashmere #CCB2A1
RGB
CMYK
RGB Variations
Color information
#CCB2A1 (or 0xCCB2A1) is known color: Cashmere. HEX triplet: CC, B2 and A1. RGB value is (204,178,161). Sum of RGB (Red+Green+Blue) = 204+178+161=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB2A1 is #334D5E. Grayscale: #B7B7B7. Windows color (decimal): -3362143 or 10597068. OLE color: 10597068.
HSL color Cylindrical-coordinate representation of color #CCB2A1: hue angle of 23.72º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCB2A1 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 161 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.2 |
| HSL | 23.72º | 0.3% | 0.72% | - |
| HSV(B) | 23.72º | 0.21% | 0.8% | - |
| XYZ | 47.26 | 47.25 | 40.35 | - |
| YUV | 183.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 161 | 0 | 0.13 | 0.21 | 0.2 | 23.72 | 0.3 | 0.72 |
| Hex | CC | B2 | A1 | 0 | D | 15 | 14 | 18 | 1E | 48 |
| Octal | 314 | 262 | 241 | 0 | 15 | 25 | 24 | 30 | 36 | 110 |
| Binary | 11001100 | 10110010 | 10100001 | 0 | 1101 | 10101 | 10100 | 11000 | 11110 | 1001000 |
Color Harmonies of #CCB2A1
Complementary color
Monochromatic Colors of #CCB2A1
Black with #CCB2A1
Text Example
Text Example
White with #CCB2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2A1; }
p { color: rgb(204,178,161); }
H1.HeaderClassName
{
color: #CCB2A1;
}
.AnyTagClassName
{
color: #CCB2A1;
}
</style>
background-color css
<style>
a { background-color: #CCB2A1; }
a { background-color: rgb(204,178,161); }
div.DivClassName
{
background-color: #CCB2A1;
}
.BgClassName
{
background-color: #CCB2A1;
}
</style>
border-color css
<style>
span { border-color: #CCB2A1; }
span { border-color: rgb(204,178,161); }
td.TdClassName
{
border-color: #CCB2A1;
}
.TagClassName
{
border-color: #CCB2A1;
}
</style>