Html Css Color HEX #CCC1A3 Double Spanish White
📋 copy color: '#CCC1A3'red 204 ◦ green 193 ◦ blue 163
Shades of Double Spanish White #CCC1A3
Tints of Double Spanish White #CCC1A3
RGB
CMYK
RGB Variations
Color information
#CCC1A3 (or 0xCCC1A3) is known color: Double Spanish White. HEX triplet: CC, C1 and A3. RGB value is (204,193,163). Sum of RGB (Red+Green+Blue) = 204+193+163=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 163 (64.06% from 255 or 29.11% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC1A3 is #333E5C. Grayscale: #C1C1C1. Windows color (decimal): -3358301 or 10731980. OLE color: 10731980.
HSL color Cylindrical-coordinate representation of color #CCC1A3: hue angle of 43.9º 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 #CCC1A3 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 163 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.2 |
| HSL | 43.9º | 0.29% | 0.72% | - |
| HSV(B) | 43.9º | 0.2% | 0.8% | - |
| XYZ | 50.58 | 53.62 | 42.33 | - |
| YUV | 192.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 163 | 0 | 0.05 | 0.20 | 0.2 | 43.9 | 0.29 | 0.72 |
| Hex | CC | C1 | A3 | 0 | 5 | 14 | 14 | 2C | 1D | 48 |
| Octal | 314 | 301 | 243 | 0 | 5 | 24 | 24 | 54 | 35 | 110 |
| Binary | 11001100 | 11000001 | 10100011 | 0 | 101 | 10100 | 10100 | 101100 | 11101 | 1001000 |
Color Harmonies of #CCC1A3
Complementary color
Monochromatic Colors of #CCC1A3
Black with #CCC1A3
Text Example
Text Example
White with #CCC1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1A3; }
p { color: rgb(204,193,163); }
H1.HeaderClassName
{
color: #CCC1A3;
}
.AnyTagClassName
{
color: #CCC1A3;
}
</style>
background-color css
<style>
a { background-color: #CCC1A3; }
a { background-color: rgb(204,193,163); }
div.DivClassName
{
background-color: #CCC1A3;
}
.BgClassName
{
background-color: #CCC1A3;
}
</style>
border-color css
<style>
span { border-color: #CCC1A3; }
span { border-color: rgb(204,193,163); }
td.TdClassName
{
border-color: #CCC1A3;
}
.TagClassName
{
border-color: #CCC1A3;
}
</style>