Html Css Color HEX #CCC2A0 Double Spanish White
📋 copy color: '#CCC2A0'red 204 ◦ green 194 ◦ blue 160
Shades of Double Spanish White #CCC2A0
Tints of Double Spanish White #CCC2A0
RGB
CMYK
RGB Variations
Color information
#CCC2A0 (or 0xCCC2A0) is known color: Double Spanish White. HEX triplet: CC, C2 and A0. RGB value is (204,194,160). Sum of RGB (Red+Green+Blue) = 204+194+160=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC2A0 is #333D5F. Grayscale: #C1C1C1. Windows color (decimal): -3358048 or 10535628. OLE color: 10535628.
HSL color Cylindrical-coordinate representation of color #CCC2A0: hue angle of 46.36º 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 #CCC2A0 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 160 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.2 |
| HSL | 46.36º | 0.3% | 0.71% | - |
| HSV(B) | 46.36º | 0.22% | 0.8% | - |
| XYZ | 50.54 | 53.96 | 41.01 | - |
| YUV | 193.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 160 | 0 | 0.05 | 0.22 | 0.2 | 46.36 | 0.3 | 0.71 |
| Hex | CC | C2 | A0 | 0 | 5 | 16 | 14 | 2E | 1E | 47 |
| Octal | 314 | 302 | 240 | 0 | 5 | 26 | 24 | 56 | 36 | 107 |
| Binary | 11001100 | 11000010 | 10100000 | 0 | 101 | 10110 | 10100 | 101110 | 11110 | 1000111 |
Color Harmonies of #CCC2A0
Complementary color
Monochromatic Colors of #CCC2A0
Black with #CCC2A0
Text Example
Text Example
White with #CCC2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2A0; }
p { color: rgb(204,194,160); }
H1.HeaderClassName
{
color: #CCC2A0;
}
.AnyTagClassName
{
color: #CCC2A0;
}
</style>
background-color css
<style>
a { background-color: #CCC2A0; }
a { background-color: rgb(204,194,160); }
div.DivClassName
{
background-color: #CCC2A0;
}
.BgClassName
{
background-color: #CCC2A0;
}
</style>
border-color css
<style>
span { border-color: #CCC2A0; }
span { border-color: rgb(204,194,160); }
td.TdClassName
{
border-color: #CCC2A0;
}
.TagClassName
{
border-color: #CCC2A0;
}
</style>