Shades of Cashmere #CCB3A1
Tints of Cashmere #CCB3A1
RGB
CMYK
RGB Variations
Color information
#CCB3A1 (or 0xCCB3A1) is known color: Cashmere. HEX triplet: CC, B3 and A1. RGB value is (204,179,161). Sum of RGB (Red+Green+Blue) = 204+179+161=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB3A1 is #334C5E. Grayscale: #B8B8B8. Windows color (decimal): -3361887 or 10597324. OLE color: 10597324.
HSL color Cylindrical-coordinate representation of color #CCB3A1: hue angle of 25.12º 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 #CCB3A1 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 161 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.2 |
| HSL | 25.12º | 0.3% | 0.72% | - |
| HSV(B) | 25.12º | 0.21% | 0.8% | - |
| XYZ | 47.45 | 47.65 | 40.41 | - |
| YUV | 184.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 161 | 0 | 0.12 | 0.21 | 0.2 | 25.12 | 0.3 | 0.72 |
| Hex | CC | B3 | A1 | 0 | C | 15 | 14 | 19 | 1E | 48 |
| Octal | 314 | 263 | 241 | 0 | 14 | 25 | 24 | 31 | 36 | 110 |
| Binary | 11001100 | 10110011 | 10100001 | 0 | 1100 | 10101 | 10100 | 11001 | 11110 | 1001000 |
Color Harmonies of #CCB3A1
Complementary color
Monochromatic Colors of #CCB3A1
Black with #CCB3A1
Text Example
Text Example
White with #CCB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3A1; }
p { color: rgb(204,179,161); }
H1.HeaderClassName
{
color: #CCB3A1;
}
.AnyTagClassName
{
color: #CCB3A1;
}
</style>
background-color css
<style>
a { background-color: #CCB3A1; }
a { background-color: rgb(204,179,161); }
div.DivClassName
{
background-color: #CCB3A1;
}
.BgClassName
{
background-color: #CCB3A1;
}
</style>
border-color css
<style>
span { border-color: #CCB3A1; }
span { border-color: rgb(204,179,161); }
td.TdClassName
{
border-color: #CCB3A1;
}
.TagClassName
{
border-color: #CCB3A1;
}
</style>