Shades of Alto #D9C0C0
Tints of Alto #D9C0C0
RGB
CMYK
RGB Variations
Color information
#D9C0C0 (or 0xD9C0C0) is known color: Alto. HEX triplet: D9, C0 and C0. RGB value is (217,192,192). Sum of RGB (Red+Green+Blue) = 217+192+192=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0C0 is #263F3F. Grayscale: #C7C7C7. Windows color (decimal): -2506560 or 12632281. OLE color: 12632281.
HSL color Cylindrical-coordinate representation of color #D9C0C0: hue angle of 0º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C0C0 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 192 | 192 | - |
CMYK | 0 | 0.12 | 0.12 | 0.15 |
HSL | 0º | 0.25% | 0.8% | - |
HSV(B) | 0º | 0.12% | 0.85% | - |
XYZ | 56.98 | 56.26 | 57.72 | - |
YUV | 199.48 | 123.78 | 140.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 192 | 192 | 0 | 0.12 | 0.12 | 0.15 | 0 | 0.25 | 0.8 |
Hex | D9 | C0 | C0 | 0 | C | C | F | 0 | 19 | 50 |
Octal | 331 | 300 | 300 | 0 | 14 | 14 | 17 | 0 | 31 | 120 |
Binary | 11011001 | 11000000 | 11000000 | 0 | 1100 | 1100 | 1111 | 0 | 11001 | 1010000 |
Color Harmonies of #D9C0C0
Complementary color
Monochromatic Colors of #D9C0C0
Black with #D9C0C0
Text Example
Text Example
White with #D9C0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0C0; }
p { color: rgb(217,192,192); }
H1.HeaderClassName
{
color: #D9C0C0;
}
.AnyTagClassName
{
color: #D9C0C0;
}
</style>
background-color css
<style>
a { background-color: #D9C0C0; }
a { background-color: rgb(217,192,192); }
div.DivClassName
{
background-color: #D9C0C0;
}
.BgClassName
{
background-color: #D9C0C0;
}
</style>
border-color css
<style>
span { border-color: #D9C0C0; }
span { border-color: rgb(217,192,192); }
td.TdClassName
{
border-color: #D9C0C0;
}
.TagClassName
{
border-color: #D9C0C0;
}
</style>