Html Css Color HEX #CCC0A2 Double Spanish White
📋 copy color: '#CCC0A2'red 204 ◦ green 192 ◦ blue 162
Shades of Double Spanish White #CCC0A2
Tints of Double Spanish White #CCC0A2
RGB
CMYK
RGB Variations
Color information
#CCC0A2 (or 0xCCC0A2) is known color: Double Spanish White. HEX triplet: CC, C0 and A2. RGB value is (204,192,162). Sum of RGB (Red+Green+Blue) = 204+192+162=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0A2 is #333F5D. Grayscale: #C0C0C0. Windows color (decimal): -3358558 or 10666188. OLE color: 10666188.
HSL color Cylindrical-coordinate representation of color #CCC0A2: hue angle of 42.86º degrees, saturation: 0.29, 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 #CCC0A2 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 192 | 162 | - |
CMYK | 0 | 0.06 | 0.21 | 0.2 |
HSL | 42.86º | 0.29% | 0.72% | - |
HSV(B) | 42.86º | 0.21% | 0.8% | - |
XYZ | 50.27 | 53.15 | 41.79 | - |
YUV | 192.17 | 110.98 | 136.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 192 | 162 | 0 | 0.06 | 0.21 | 0.2 | 42.86 | 0.29 | 0.72 |
Hex | CC | C0 | A2 | 0 | 6 | 15 | 14 | 2B | 1D | 48 |
Octal | 314 | 300 | 242 | 0 | 6 | 25 | 24 | 53 | 35 | 110 |
Binary | 11001100 | 11000000 | 10100010 | 0 | 110 | 10101 | 10100 | 101011 | 11101 | 1001000 |
Color Harmonies of #CCC0A2
Complementary color
Monochromatic Colors of #CCC0A2
Black with #CCC0A2
Text Example
Text Example
White with #CCC0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0A2; }
p { color: rgb(204,192,162); }
H1.HeaderClassName
{
color: #CCC0A2;
}
.AnyTagClassName
{
color: #CCC0A2;
}
</style>
background-color css
<style>
a { background-color: #CCC0A2; }
a { background-color: rgb(204,192,162); }
div.DivClassName
{
background-color: #CCC0A2;
}
.BgClassName
{
background-color: #CCC0A2;
}
</style>
border-color css
<style>
span { border-color: #CCC0A2; }
span { border-color: rgb(204,192,162); }
td.TdClassName
{
border-color: #CCC0A2;
}
.TagClassName
{
border-color: #CCC0A2;
}
</style>