Html Css Color HEX #CCC3A3 Double Spanish White
📋 copy color: '#CCC3A3'red 204 ◦ green 195 ◦ blue 163
Shades of Double Spanish White #CCC3A3
Tints of Double Spanish White #CCC3A3
RGB
CMYK
RGB Variations
Color information
#CCC3A3 (or 0xCCC3A3) is known color: Double Spanish White. HEX triplet: CC, C3 and A3. RGB value is (204,195,163). Sum of RGB (Red+Green+Blue) = 204+195+163=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC3A3 is #333C5C. Grayscale: #C2C2C2. Windows color (decimal): -3357789 or 10732492. OLE color: 10732492.
HSL color Cylindrical-coordinate representation of color #CCC3A3: hue angle of 46.83º 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 #CCC3A3 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 163 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.2 |
| HSL | 46.83º | 0.29% | 0.72% | - |
| HSV(B) | 46.83º | 0.2% | 0.8% | - |
| XYZ | 51.03 | 54.51 | 42.48 | - |
| YUV | 194.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 163 | 0 | 0.04 | 0.20 | 0.2 | 46.83 | 0.29 | 0.72 |
| Hex | CC | C3 | A3 | 0 | 4 | 14 | 14 | 2F | 1D | 48 |
| Octal | 314 | 303 | 243 | 0 | 4 | 24 | 24 | 57 | 35 | 110 |
| Binary | 11001100 | 11000011 | 10100011 | 0 | 100 | 10100 | 10100 | 101111 | 11101 | 1001000 |
Color Harmonies of #CCC3A3
Complementary color
Monochromatic Colors of #CCC3A3
Black with #CCC3A3
Text Example
Text Example
White with #CCC3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3A3; }
p { color: rgb(204,195,163); }
H1.HeaderClassName
{
color: #CCC3A3;
}
.AnyTagClassName
{
color: #CCC3A3;
}
</style>
background-color css
<style>
a { background-color: #CCC3A3; }
a { background-color: rgb(204,195,163); }
div.DivClassName
{
background-color: #CCC3A3;
}
.BgClassName
{
background-color: #CCC3A3;
}
</style>
border-color css
<style>
span { border-color: #CCC3A3; }
span { border-color: rgb(204,195,163); }
td.TdClassName
{
border-color: #CCC3A3;
}
.TagClassName
{
border-color: #CCC3A3;
}
</style>