Html Css Color HEX #CCC1A6 Double Spanish White
📋 copy color: '#CCC1A6'red 204 ◦ green 193 ◦ blue 166
Shades of Double Spanish White #CCC1A6
Tints of Double Spanish White #CCC1A6
RGB
CMYK
RGB Variations
Color information
#CCC1A6 (or 0xCCC1A6) is known color: Double Spanish White. HEX triplet: CC, C1 and A6. RGB value is (204,193,166). Sum of RGB (Red+Green+Blue) = 204+193+166=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC1A6 is #333E59. Grayscale: #C1C1C1. Windows color (decimal): -3358298 or 10928588. OLE color: 10928588.
HSL color Cylindrical-coordinate representation of color #CCC1A6: hue angle of 42.63º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCC1A6 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 166 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.2 |
| HSL | 42.63º | 0.27% | 0.73% | - |
| HSV(B) | 42.63º | 0.19% | 0.8% | - |
| XYZ | 50.85 | 53.73 | 43.77 | - |
| YUV | 193.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 166 | 0 | 0.05 | 0.19 | 0.2 | 42.63 | 0.27 | 0.73 |
| Hex | CC | C1 | A6 | 0 | 5 | 13 | 14 | 2B | 1B | 49 |
| Octal | 314 | 301 | 246 | 0 | 5 | 23 | 24 | 53 | 33 | 111 |
| Binary | 11001100 | 11000001 | 10100110 | 0 | 101 | 10011 | 10100 | 101011 | 11011 | 1001001 |
Color Harmonies of #CCC1A6
Complementary color
Monochromatic Colors of #CCC1A6
Black with #CCC1A6
Text Example
Text Example
White with #CCC1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1A6; }
p { color: rgb(204,193,166); }
H1.HeaderClassName
{
color: #CCC1A6;
}
.AnyTagClassName
{
color: #CCC1A6;
}
</style>
background-color css
<style>
a { background-color: #CCC1A6; }
a { background-color: rgb(204,193,166); }
div.DivClassName
{
background-color: #CCC1A6;
}
.BgClassName
{
background-color: #CCC1A6;
}
</style>
border-color css
<style>
span { border-color: #CCC1A6; }
span { border-color: rgb(204,193,166); }
td.TdClassName
{
border-color: #CCC1A6;
}
.TagClassName
{
border-color: #CCC1A6;
}
</style>