Shades of Alto #D5C1BC
Tints of Alto #D5C1BC
RGB
CMYK
RGB Variations
Color information
#D5C1BC (or 0xD5C1BC) is known color: Alto. HEX triplet: D5, C1 and BC. RGB value is (213,193,188). Sum of RGB (Red+Green+Blue) = 213+193+188=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C1BC is #2A3E43. Grayscale: #C6C6C6. Windows color (decimal): -2768452 or 12370389. OLE color: 12370389.
HSL color Cylindrical-coordinate representation of color #D5C1BC: hue angle of 12º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5C1BC is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 188 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.16 |
| HSL | 12º | 0.23% | 0.79% | - |
| HSV(B) | 12º | 0.12% | 0.84% | - |
| XYZ | 55.59 | 55.92 | 55.44 | - |
| YUV | 198.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 188 | 0 | 0.09 | 0.12 | 0.16 | 12 | 0.23 | 0.79 |
| Hex | D5 | C1 | BC | 0 | 9 | C | 10 | C | 17 | 4F |
| Octal | 325 | 301 | 274 | 0 | 11 | 14 | 20 | 14 | 27 | 117 |
| Binary | 11010101 | 11000001 | 10111100 | 0 | 1001 | 1100 | 10000 | 1100 | 10111 | 1001111 |
Color Harmonies of #D5C1BC
Complementary color
Monochromatic Colors of #D5C1BC
Black with #D5C1BC
Text Example
Text Example
White with #D5C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C1BC; }
p { color: rgb(213,193,188); }
H1.HeaderClassName
{
color: #D5C1BC;
}
.AnyTagClassName
{
color: #D5C1BC;
}
</style>
background-color css
<style>
a { background-color: #D5C1BC; }
a { background-color: rgb(213,193,188); }
div.DivClassName
{
background-color: #D5C1BC;
}
.BgClassName
{
background-color: #D5C1BC;
}
</style>
border-color css
<style>
span { border-color: #D5C1BC; }
span { border-color: rgb(213,193,188); }
td.TdClassName
{
border-color: #D5C1BC;
}
.TagClassName
{
border-color: #D5C1BC;
}
</style>