Html Css Color HEX #CCC1A0 Double Spanish White
📋 copy color: '#CCC1A0'red 204 ◦ green 193 ◦ blue 160
Shades of Double Spanish White #CCC1A0
Tints of Double Spanish White #CCC1A0
RGB
CMYK
RGB Variations
Color information
#CCC1A0 (or 0xCCC1A0) is known color: Double Spanish White. HEX triplet: CC, C1 and A0. RGB value is (204,193,160). Sum of RGB (Red+Green+Blue) = 204+193+160=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC1A0 is #333E5F. Grayscale: #C0C0C0. Windows color (decimal): -3358304 or 10535372. OLE color: 10535372.
HSL color Cylindrical-coordinate representation of color #CCC1A0: hue angle of 45º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC1A0 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 160 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.2 |
| HSL | 45º | 0.3% | 0.71% | - |
| HSV(B) | 45º | 0.22% | 0.8% | - |
| XYZ | 50.32 | 53.52 | 40.94 | - |
| YUV | 192.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 160 | 0 | 0.05 | 0.22 | 0.2 | 45 | 0.3 | 0.71 |
| Hex | CC | C1 | A0 | 0 | 5 | 16 | 14 | 2D | 1E | 47 |
| Octal | 314 | 301 | 240 | 0 | 5 | 26 | 24 | 55 | 36 | 107 |
| Binary | 11001100 | 11000001 | 10100000 | 0 | 101 | 10110 | 10100 | 101101 | 11110 | 1000111 |
Color Harmonies of #CCC1A0
Complementary color
Monochromatic Colors of #CCC1A0
Black with #CCC1A0
Text Example
Text Example
White with #CCC1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1A0; }
p { color: rgb(204,193,160); }
H1.HeaderClassName
{
color: #CCC1A0;
}
.AnyTagClassName
{
color: #CCC1A0;
}
</style>
background-color css
<style>
a { background-color: #CCC1A0; }
a { background-color: rgb(204,193,160); }
div.DivClassName
{
background-color: #CCC1A0;
}
.BgClassName
{
background-color: #CCC1A0;
}
</style>
border-color css
<style>
span { border-color: #CCC1A0; }
span { border-color: rgb(204,193,160); }
td.TdClassName
{
border-color: #CCC1A0;
}
.TagClassName
{
border-color: #CCC1A0;
}
</style>