Html Css Color HEX #CCC2A8 Double Spanish White
📋 copy color: '#CCC2A8'red 204 ◦ green 194 ◦ blue 168
Shades of Double Spanish White #CCC2A8
Tints of Double Spanish White #CCC2A8
RGB
CMYK
RGB Variations
Color information
#CCC2A8 (or 0xCCC2A8) is known color: Double Spanish White. HEX triplet: CC, C2 and A8. RGB value is (204,194,168). Sum of RGB (Red+Green+Blue) = 204+194+168=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC2A8 is #333D57. Grayscale: #C2C2C2. Windows color (decimal): -3358040 or 11059916. OLE color: 11059916.
HSL color Cylindrical-coordinate representation of color #CCC2A8: hue angle of 43.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC2A8 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 168 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.2 |
| HSL | 43.33º | 0.26% | 0.73% | - |
| HSV(B) | 43.33º | 0.18% | 0.8% | - |
| XYZ | 51.26 | 54.25 | 44.81 | - |
| YUV | 194.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 168 | 0 | 0.05 | 0.18 | 0.2 | 43.33 | 0.26 | 0.73 |
| Hex | CC | C2 | A8 | 0 | 5 | 12 | 14 | 2B | 1A | 49 |
| Octal | 314 | 302 | 250 | 0 | 5 | 22 | 24 | 53 | 32 | 111 |
| Binary | 11001100 | 11000010 | 10101000 | 0 | 101 | 10010 | 10100 | 101011 | 11010 | 1001001 |
Color Harmonies of #CCC2A8
Complementary color
Monochromatic Colors of #CCC2A8
Black with #CCC2A8
Text Example
Text Example
White with #CCC2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2A8; }
p { color: rgb(204,194,168); }
H1.HeaderClassName
{
color: #CCC2A8;
}
.AnyTagClassName
{
color: #CCC2A8;
}
</style>
background-color css
<style>
a { background-color: #CCC2A8; }
a { background-color: rgb(204,194,168); }
div.DivClassName
{
background-color: #CCC2A8;
}
.BgClassName
{
background-color: #CCC2A8;
}
</style>
border-color css
<style>
span { border-color: #CCC2A8; }
span { border-color: rgb(204,194,168); }
td.TdClassName
{
border-color: #CCC2A8;
}
.TagClassName
{
border-color: #CCC2A8;
}
</style>