Shades of Alto #DCC1C0
Tints of Alto #DCC1C0
RGB
CMYK
RGB Variations
Color information
#DCC1C0 (or 0xDCC1C0) is known color: Alto. HEX triplet: DC, C1 and C0. RGB value is (220,193,192). Sum of RGB (Red+Green+Blue) = 220+193+192=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1C0 is #233E3F. Grayscale: #C8C8C8. Windows color (decimal): -2309696 or 12632540. OLE color: 12632540.
HSL color Cylindrical-coordinate representation of color #DCC1C0: hue angle of 2.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC1C0 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 192 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.14 |
| HSL | 2.14º | 0.29% | 0.81% | - |
| HSV(B) | 2.14º | 0.13% | 0.86% | - |
| XYZ | 58.1 | 57.16 | 57.84 | - |
| YUV | 200.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 192 | 0 | 0.12 | 0.13 | 0.14 | 2.14 | 0.29 | 0.81 |
| Hex | DC | C1 | C0 | 0 | C | D | E | 2 | 1D | 51 |
| Octal | 334 | 301 | 300 | 0 | 14 | 15 | 16 | 2 | 35 | 121 |
| Binary | 11011100 | 11000001 | 11000000 | 0 | 1100 | 1101 | 1110 | 10 | 11101 | 1010001 |
Color Harmonies of #DCC1C0
Complementary color
Monochromatic Colors of #DCC1C0
Black with #DCC1C0
Text Example
Text Example
White with #DCC1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1C0; }
p { color: rgb(220,193,192); }
H1.HeaderClassName
{
color: #DCC1C0;
}
.AnyTagClassName
{
color: #DCC1C0;
}
</style>
background-color css
<style>
a { background-color: #DCC1C0; }
a { background-color: rgb(220,193,192); }
div.DivClassName
{
background-color: #DCC1C0;
}
.BgClassName
{
background-color: #DCC1C0;
}
</style>
border-color css
<style>
span { border-color: #DCC1C0; }
span { border-color: rgb(220,193,192); }
td.TdClassName
{
border-color: #DCC1C0;
}
.TagClassName
{
border-color: #DCC1C0;
}
</style>