Shades of Alto #DCC0C0
Tints of Alto #DCC0C0
RGB
CMYK
RGB Variations
Color information
#DCC0C0 (or 0xDCC0C0) is known color: Alto. HEX triplet: DC, C0 and C0. RGB value is (220,192,192). Sum of RGB (Red+Green+Blue) = 220+192+192=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0C0 is #233F3F. Grayscale: #C8C8C8. Windows color (decimal): -2309952 or 12632284. OLE color: 12632284.
HSL color Cylindrical-coordinate representation of color #DCC0C0: hue angle of 0º 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 #DCC0C0 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 192 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.14 |
| HSL | 0º | 0.29% | 0.81% | - |
| HSV(B) | 0º | 0.13% | 0.86% | - |
| XYZ | 57.88 | 56.72 | 57.77 | - |
| YUV | 200.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 192 | 0 | 0.13 | 0.13 | 0.14 | 0 | 0.29 | 0.81 |
| Hex | DC | C0 | C0 | 0 | D | D | E | 0 | 1D | 51 |
| Octal | 334 | 300 | 300 | 0 | 15 | 15 | 16 | 0 | 35 | 121 |
| Binary | 11011100 | 11000000 | 11000000 | 0 | 1101 | 1101 | 1110 | 0 | 11101 | 1010001 |
Color Harmonies of #DCC0C0
Complementary color
Monochromatic Colors of #DCC0C0
Black with #DCC0C0
Text Example
Text Example
White with #DCC0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0C0; }
p { color: rgb(220,192,192); }
H1.HeaderClassName
{
color: #DCC0C0;
}
.AnyTagClassName
{
color: #DCC0C0;
}
</style>
background-color css
<style>
a { background-color: #DCC0C0; }
a { background-color: rgb(220,192,192); }
div.DivClassName
{
background-color: #DCC0C0;
}
.BgClassName
{
background-color: #DCC0C0;
}
</style>
border-color css
<style>
span { border-color: #DCC0C0; }
span { border-color: rgb(220,192,192); }
td.TdClassName
{
border-color: #DCC0C0;
}
.TagClassName
{
border-color: #DCC0C0;
}
</style>