Shades of Alto #D7C1BD
Tints of Alto #D7C1BD
RGB
CMYK
RGB Variations
Color information
#D7C1BD (or 0xD7C1BD) is known color: Alto. HEX triplet: D7, C1 and BD. RGB value is (215,193,189). Sum of RGB (Red+Green+Blue) = 215+193+189=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C1BD is #283E42. Grayscale: #C7C7C7. Windows color (decimal): -2637379 or 12435927. OLE color: 12435927.
HSL color Cylindrical-coordinate representation of color #D7C1BD: hue angle of 9.23º degrees, saturation: 0.25, 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 #D7C1BD is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 193 | 189 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.16 |
| HSL | 9.23º | 0.25% | 0.79% | - |
| HSV(B) | 9.23º | 0.12% | 0.84% | - |
| XYZ | 56.28 | 56.26 | 56.04 | - |
| YUV | 199.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 193 | 189 | 0 | 0.10 | 0.12 | 0.16 | 9.23 | 0.25 | 0.79 |
| Hex | D7 | C1 | BD | 0 | A | C | 10 | 9 | 19 | 4F |
| Octal | 327 | 301 | 275 | 0 | 12 | 14 | 20 | 11 | 31 | 117 |
| Binary | 11010111 | 11000001 | 10111101 | 0 | 1010 | 1100 | 10000 | 1001 | 11001 | 1001111 |
Color Harmonies of #D7C1BD
Complementary color
Monochromatic Colors of #D7C1BD
Black with #D7C1BD
Text Example
Text Example
White with #D7C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C1BD; }
p { color: rgb(215,193,189); }
H1.HeaderClassName
{
color: #D7C1BD;
}
.AnyTagClassName
{
color: #D7C1BD;
}
</style>
background-color css
<style>
a { background-color: #D7C1BD; }
a { background-color: rgb(215,193,189); }
div.DivClassName
{
background-color: #D7C1BD;
}
.BgClassName
{
background-color: #D7C1BD;
}
</style>
border-color css
<style>
span { border-color: #D7C1BD; }
span { border-color: rgb(215,193,189); }
td.TdClassName
{
border-color: #D7C1BD;
}
.TagClassName
{
border-color: #D7C1BD;
}
</style>