Shades of Alto #DCC2C1
Tints of Alto #DCC2C1
RGB
CMYK
RGB Variations
Color information
#DCC2C1 (or 0xDCC2C1) is known color: Alto. HEX triplet: DC, C2 and C1. RGB value is (220,194,193). Sum of RGB (Red+Green+Blue) = 220+194+193=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2C1 is #233D3E. Grayscale: #C9C9C9. Windows color (decimal): -2309439 or 12698332. OLE color: 12698332.
HSL color Cylindrical-coordinate representation of color #DCC2C1: hue angle of 2.22º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC2C1 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 193 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.14 |
| HSL | 2.22º | 0.28% | 0.81% | - |
| HSV(B) | 2.22º | 0.12% | 0.86% | - |
| XYZ | 58.43 | 57.65 | 58.5 | - |
| YUV | 201.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 193 | 0 | 0.12 | 0.12 | 0.14 | 2.22 | 0.28 | 0.81 |
| Hex | DC | C2 | C1 | 0 | C | C | E | 2 | 1C | 51 |
| Octal | 334 | 302 | 301 | 0 | 14 | 14 | 16 | 2 | 34 | 121 |
| Binary | 11011100 | 11000010 | 11000001 | 0 | 1100 | 1100 | 1110 | 10 | 11100 | 1010001 |
Color Harmonies of #DCC2C1
Complementary color
Monochromatic Colors of #DCC2C1
Black with #DCC2C1
Text Example
Text Example
White with #DCC2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2C1; }
p { color: rgb(220,194,193); }
H1.HeaderClassName
{
color: #DCC2C1;
}
.AnyTagClassName
{
color: #DCC2C1;
}
</style>
background-color css
<style>
a { background-color: #DCC2C1; }
a { background-color: rgb(220,194,193); }
div.DivClassName
{
background-color: #DCC2C1;
}
.BgClassName
{
background-color: #DCC2C1;
}
</style>
border-color css
<style>
span { border-color: #DCC2C1; }
span { border-color: rgb(220,194,193); }
td.TdClassName
{
border-color: #DCC2C1;
}
.TagClassName
{
border-color: #DCC2C1;
}
</style>