Shades of Alto #D7C9C5
Tints of Alto #D7C9C5
RGB
CMYK
RGB Variations
Color information
#D7C9C5 (or 0xD7C9C5) is known color: Alto. HEX triplet: D7, C9 and C5. RGB value is (215,201,197). Sum of RGB (Red+Green+Blue) = 215+201+197=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C9C5 is #28363A. Grayscale: #CCCCCC. Windows color (decimal): -2635323 or 12962263. OLE color: 12962263.
HSL color Cylindrical-coordinate representation of color #D7C9C5: hue angle of 13.33º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7C9C5 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 197 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.16 |
| HSL | 13.33º | 0.18% | 0.81% | - |
| HSV(B) | 13.33º | 0.08% | 0.84% | - |
| XYZ | 58.99 | 60.25 | 61.34 | - |
| YUV | 204.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 197 | 0 | 0.07 | 0.08 | 0.16 | 13.33 | 0.18 | 0.81 |
| Hex | D7 | C9 | C5 | 0 | 7 | 8 | 10 | D | 12 | 51 |
| Octal | 327 | 311 | 305 | 0 | 7 | 10 | 20 | 15 | 22 | 121 |
| Binary | 11010111 | 11001001 | 11000101 | 0 | 111 | 1000 | 10000 | 1101 | 10010 | 1010001 |
Color Harmonies of #D7C9C5
Complementary color
Monochromatic Colors of #D7C9C5
Black with #D7C9C5
Text Example
Text Example
White with #D7C9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C9C5; }
p { color: rgb(215,201,197); }
H1.HeaderClassName
{
color: #D7C9C5;
}
.AnyTagClassName
{
color: #D7C9C5;
}
</style>
background-color css
<style>
a { background-color: #D7C9C5; }
a { background-color: rgb(215,201,197); }
div.DivClassName
{
background-color: #D7C9C5;
}
.BgClassName
{
background-color: #D7C9C5;
}
</style>
border-color css
<style>
span { border-color: #D7C9C5; }
span { border-color: rgb(215,201,197); }
td.TdClassName
{
border-color: #D7C9C5;
}
.TagClassName
{
border-color: #D7C9C5;
}
</style>