Shades of Alto #D7C5C4
Tints of Alto #D7C5C4
RGB
CMYK
RGB Variations
Color information
#D7C5C4 (or 0xD7C5C4) is known color: Alto. HEX triplet: D7, C5 and C4. RGB value is (215,197,196). Sum of RGB (Red+Green+Blue) = 215+197+196=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C5C4 is #283A3B. Grayscale: #CACACA. Windows color (decimal): -2636348 or 12895703. OLE color: 12895703.
HSL color Cylindrical-coordinate representation of color #D7C5C4: hue angle of 3.16º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7C5C4 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 196 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.16 |
| HSL | 3.16º | 0.19% | 0.81% | - |
| HSV(B) | 3.16º | 0.09% | 0.84% | - |
| XYZ | 57.95 | 58.37 | 60.44 | - |
| YUV | 202.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 196 | 0 | 0.08 | 0.09 | 0.16 | 3.16 | 0.19 | 0.81 |
| Hex | D7 | C5 | C4 | 0 | 8 | 9 | 10 | 3 | 13 | 51 |
| Octal | 327 | 305 | 304 | 0 | 10 | 11 | 20 | 3 | 23 | 121 |
| Binary | 11010111 | 11000101 | 11000100 | 0 | 1000 | 1001 | 10000 | 11 | 10011 | 1010001 |
Color Harmonies of #D7C5C4
Complementary color
Monochromatic Colors of #D7C5C4
Black with #D7C5C4
Text Example
Text Example
White with #D7C5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C5C4; }
p { color: rgb(215,197,196); }
H1.HeaderClassName
{
color: #D7C5C4;
}
.AnyTagClassName
{
color: #D7C5C4;
}
</style>
background-color css
<style>
a { background-color: #D7C5C4; }
a { background-color: rgb(215,197,196); }
div.DivClassName
{
background-color: #D7C5C4;
}
.BgClassName
{
background-color: #D7C5C4;
}
</style>
border-color css
<style>
span { border-color: #D7C5C4; }
span { border-color: rgb(215,197,196); }
td.TdClassName
{
border-color: #D7C5C4;
}
.TagClassName
{
border-color: #D7C5C4;
}
</style>