Html Css Color HEX #CCC3A8 Double Spanish White
📋 copy color: '#CCC3A8'red 204 ◦ green 195 ◦ blue 168
Shades of Double Spanish White #CCC3A8
Tints of Double Spanish White #CCC3A8
RGB
CMYK
RGB Variations
Color information
#CCC3A8 (or 0xCCC3A8) is known color: Double Spanish White. HEX triplet: CC, C3 and A8. RGB value is (204,195,168). Sum of RGB (Red+Green+Blue) = 204+195+168=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC3A8 is #333C57. Grayscale: #C2C2C2. Windows color (decimal): -3357784 or 11060172. OLE color: 11060172.
HSL color Cylindrical-coordinate representation of color #CCC3A8: hue angle of 45º 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 #CCC3A8 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 168 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.2 |
| HSL | 45º | 0.26% | 0.73% | - |
| HSV(B) | 45º | 0.18% | 0.8% | - |
| XYZ | 51.48 | 54.69 | 44.89 | - |
| YUV | 194.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 168 | 0 | 0.04 | 0.18 | 0.2 | 45 | 0.26 | 0.73 |
| Hex | CC | C3 | A8 | 0 | 4 | 12 | 14 | 2D | 1A | 49 |
| Octal | 314 | 303 | 250 | 0 | 4 | 22 | 24 | 55 | 32 | 111 |
| Binary | 11001100 | 11000011 | 10101000 | 0 | 100 | 10010 | 10100 | 101101 | 11010 | 1001001 |
Color Harmonies of #CCC3A8
Complementary color
Monochromatic Colors of #CCC3A8
Black with #CCC3A8
Text Example
Text Example
White with #CCC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3A8; }
p { color: rgb(204,195,168); }
H1.HeaderClassName
{
color: #CCC3A8;
}
.AnyTagClassName
{
color: #CCC3A8;
}
</style>
background-color css
<style>
a { background-color: #CCC3A8; }
a { background-color: rgb(204,195,168); }
div.DivClassName
{
background-color: #CCC3A8;
}
.BgClassName
{
background-color: #CCC3A8;
}
</style>
border-color css
<style>
span { border-color: #CCC3A8; }
span { border-color: rgb(204,195,168); }
td.TdClassName
{
border-color: #CCC3A8;
}
.TagClassName
{
border-color: #CCC3A8;
}
</style>