Html Css Color HEX #CCC0A3 Double Spanish White
📋 copy color: '#CCC0A3'red 204 ◦ green 192 ◦ blue 163
Shades of Double Spanish White #CCC0A3
Tints of Double Spanish White #CCC0A3
RGB
CMYK
RGB Variations
Color information
#CCC0A3 (or 0xCCC0A3) is known color: Double Spanish White. HEX triplet: CC, C0 and A3. RGB value is (204,192,163). Sum of RGB (Red+Green+Blue) = 204+192+163=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 163 (64.06% from 255 or 29.16% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0A3 is #333F5C. Grayscale: #C0C0C0. Windows color (decimal): -3358557 or 10731724. OLE color: 10731724.
HSL color Cylindrical-coordinate representation of color #CCC0A3: hue angle of 42.44º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC0A3 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 163 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.2 |
| HSL | 42.44º | 0.29% | 0.72% | - |
| HSV(B) | 42.44º | 0.2% | 0.8% | - |
| XYZ | 50.36 | 53.18 | 42.26 | - |
| YUV | 192.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 163 | 0 | 0.06 | 0.20 | 0.2 | 42.44 | 0.29 | 0.72 |
| Hex | CC | C0 | A3 | 0 | 6 | 14 | 14 | 2A | 1D | 48 |
| Octal | 314 | 300 | 243 | 0 | 6 | 24 | 24 | 52 | 35 | 110 |
| Binary | 11001100 | 11000000 | 10100011 | 0 | 110 | 10100 | 10100 | 101010 | 11101 | 1001000 |
Color Harmonies of #CCC0A3
Complementary color
Monochromatic Colors of #CCC0A3
Black with #CCC0A3
Text Example
Text Example
White with #CCC0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0A3; }
p { color: rgb(204,192,163); }
H1.HeaderClassName
{
color: #CCC0A3;
}
.AnyTagClassName
{
color: #CCC0A3;
}
</style>
background-color css
<style>
a { background-color: #CCC0A3; }
a { background-color: rgb(204,192,163); }
div.DivClassName
{
background-color: #CCC0A3;
}
.BgClassName
{
background-color: #CCC0A3;
}
</style>
border-color css
<style>
span { border-color: #CCC0A3; }
span { border-color: rgb(204,192,163); }
td.TdClassName
{
border-color: #CCC0A3;
}
.TagClassName
{
border-color: #CCC0A3;
}
</style>