Html Css Color HEX #CCC0A0 Double Spanish White
📋 copy color: '#CCC0A0'red 204 ◦ green 192 ◦ blue 160
Shades of Double Spanish White #CCC0A0
Tints of Double Spanish White #CCC0A0
RGB
CMYK
RGB Variations
Color information
#CCC0A0 (or 0xCCC0A0) is known color: Double Spanish White. HEX triplet: CC, C0 and A0. RGB value is (204,192,160). Sum of RGB (Red+Green+Blue) = 204+192+160=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0A0 is #333F5F. Grayscale: #C0C0C0. Windows color (decimal): -3358560 or 10535116. OLE color: 10535116.
HSL color Cylindrical-coordinate representation of color #CCC0A0: hue angle of 43.64º 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 #CCC0A0 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 160 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.2 |
| HSL | 43.64º | 0.3% | 0.71% | - |
| HSV(B) | 43.64º | 0.22% | 0.8% | - |
| XYZ | 50.1 | 53.07 | 40.86 | - |
| YUV | 191.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 160 | 0 | 0.06 | 0.22 | 0.2 | 43.64 | 0.3 | 0.71 |
| Hex | CC | C0 | A0 | 0 | 6 | 16 | 14 | 2C | 1E | 47 |
| Octal | 314 | 300 | 240 | 0 | 6 | 26 | 24 | 54 | 36 | 107 |
| Binary | 11001100 | 11000000 | 10100000 | 0 | 110 | 10110 | 10100 | 101100 | 11110 | 1000111 |
Color Harmonies of #CCC0A0
Complementary color
Monochromatic Colors of #CCC0A0
Black with #CCC0A0
Text Example
Text Example
White with #CCC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0A0; }
p { color: rgb(204,192,160); }
H1.HeaderClassName
{
color: #CCC0A0;
}
.AnyTagClassName
{
color: #CCC0A0;
}
</style>
background-color css
<style>
a { background-color: #CCC0A0; }
a { background-color: rgb(204,192,160); }
div.DivClassName
{
background-color: #CCC0A0;
}
.BgClassName
{
background-color: #CCC0A0;
}
</style>
border-color css
<style>
span { border-color: #CCC0A0; }
span { border-color: rgb(204,192,160); }
td.TdClassName
{
border-color: #CCC0A0;
}
.TagClassName
{
border-color: #CCC0A0;
}
</style>