Shades of Alto #D5CAC9
Tints of Alto #D5CAC9
RGB
CMYK
RGB Variations
Color information
#D5CAC9 (or 0xD5CAC9) is known color: Alto. HEX triplet: D5, CA and C9. RGB value is (213,202,201). Sum of RGB (Red+Green+Blue) = 213+202+201=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAC9 is #2A3536. Grayscale: #CDCDCD. Windows color (decimal): -2766135 or 13224661. OLE color: 13224661.
HSL color Cylindrical-coordinate representation of color #D5CAC9: hue angle of 5º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5CAC9 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 201 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.16 |
| HSL | 5º | 0.13% | 0.81% | - |
| HSV(B) | 5º | 0.06% | 0.84% | - |
| XYZ | 59.1 | 60.6 | 63.84 | - |
| YUV | 205.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 201 | 0 | 0.05 | 0.06 | 0.16 | 5 | 0.13 | 0.81 |
| Hex | D5 | CA | C9 | 0 | 5 | 6 | 10 | 5 | C | 51 |
| Octal | 325 | 312 | 311 | 0 | 5 | 6 | 20 | 5 | 14 | 121 |
| Binary | 11010101 | 11001010 | 11001001 | 0 | 101 | 110 | 10000 | 101 | 1100 | 1010001 |
Color Harmonies of #D5CAC9
Complementary color
Monochromatic Colors of #D5CAC9
Black with #D5CAC9
Text Example
Text Example
White with #D5CAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAC9; }
p { color: rgb(213,202,201); }
H1.HeaderClassName
{
color: #D5CAC9;
}
.AnyTagClassName
{
color: #D5CAC9;
}
</style>
background-color css
<style>
a { background-color: #D5CAC9; }
a { background-color: rgb(213,202,201); }
div.DivClassName
{
background-color: #D5CAC9;
}
.BgClassName
{
background-color: #D5CAC9;
}
</style>
border-color css
<style>
span { border-color: #D5CAC9; }
span { border-color: rgb(213,202,201); }
td.TdClassName
{
border-color: #D5CAC9;
}
.TagClassName
{
border-color: #D5CAC9;
}
</style>