Shades of Alto #D5C7C4
Tints of Alto #D5C7C4
RGB
CMYK
RGB Variations
Color information
#D5C7C4 (or 0xD5C7C4) is known color: Alto. HEX triplet: D5, C7 and C4. RGB value is (213,199,196). Sum of RGB (Red+Green+Blue) = 213+199+196=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C7C4 is #2A383B. Grayscale: #CACACA. Windows color (decimal): -2766908 or 12896213. OLE color: 12896213.
HSL color Cylindrical-coordinate representation of color #D5C7C4: hue angle of 10.59º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5C7C4 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 196 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.16 |
| HSL | 10.59º | 0.17% | 0.8% | - |
| HSV(B) | 10.59º | 0.08% | 0.84% | - |
| XYZ | 57.83 | 58.98 | 60.56 | - |
| YUV | 202.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 196 | 0 | 0.07 | 0.08 | 0.16 | 10.59 | 0.17 | 0.8 |
| Hex | D5 | C7 | C4 | 0 | 7 | 8 | 10 | B | 11 | 50 |
| Octal | 325 | 307 | 304 | 0 | 7 | 10 | 20 | 13 | 21 | 120 |
| Binary | 11010101 | 11000111 | 11000100 | 0 | 111 | 1000 | 10000 | 1011 | 10001 | 1010000 |
Color Harmonies of #D5C7C4
Complementary color
Monochromatic Colors of #D5C7C4
Black with #D5C7C4
Text Example
Text Example
White with #D5C7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C7C4; }
p { color: rgb(213,199,196); }
H1.HeaderClassName
{
color: #D5C7C4;
}
.AnyTagClassName
{
color: #D5C7C4;
}
</style>
background-color css
<style>
a { background-color: #D5C7C4; }
a { background-color: rgb(213,199,196); }
div.DivClassName
{
background-color: #D5C7C4;
}
.BgClassName
{
background-color: #D5C7C4;
}
</style>
border-color css
<style>
span { border-color: #D5C7C4; }
span { border-color: rgb(213,199,196); }
td.TdClassName
{
border-color: #D5C7C4;
}
.TagClassName
{
border-color: #D5C7C4;
}
</style>