Shades of Alto #D6CAC9
Tints of Alto #D6CAC9
RGB
CMYK
RGB Variations
Color information
#D6CAC9 (or 0xD6CAC9) is known color: Alto. HEX triplet: D6, CA and C9. RGB value is (214,202,201). Sum of RGB (Red+Green+Blue) = 214+202+201=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CAC9 is #293536. Grayscale: #CDCDCD. Windows color (decimal): -2700599 or 13224662. OLE color: 13224662.
HSL color Cylindrical-coordinate representation of color #D6CAC9: hue angle of 4.62º degrees, saturation: 0.14, 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 #D6CAC9 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 201 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.16 |
| HSL | 4.62º | 0.14% | 0.81% | - |
| HSV(B) | 4.62º | 0.06% | 0.84% | - |
| XYZ | 59.39 | 60.75 | 63.85 | - |
| YUV | 205.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 201 | 0 | 0.06 | 0.06 | 0.16 | 4.62 | 0.14 | 0.81 |
| Hex | D6 | CA | C9 | 0 | 6 | 6 | 10 | 5 | E | 51 |
| Octal | 326 | 312 | 311 | 0 | 6 | 6 | 20 | 5 | 16 | 121 |
| Binary | 11010110 | 11001010 | 11001001 | 0 | 110 | 110 | 10000 | 101 | 1110 | 1010001 |
Color Harmonies of #D6CAC9
Complementary color
Monochromatic Colors of #D6CAC9
Black with #D6CAC9
Text Example
Text Example
White with #D6CAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CAC9; }
p { color: rgb(214,202,201); }
H1.HeaderClassName
{
color: #D6CAC9;
}
.AnyTagClassName
{
color: #D6CAC9;
}
</style>
background-color css
<style>
a { background-color: #D6CAC9; }
a { background-color: rgb(214,202,201); }
div.DivClassName
{
background-color: #D6CAC9;
}
.BgClassName
{
background-color: #D6CAC9;
}
</style>
border-color css
<style>
span { border-color: #D6CAC9; }
span { border-color: rgb(214,202,201); }
td.TdClassName
{
border-color: #D6CAC9;
}
.TagClassName
{
border-color: #D6CAC9;
}
</style>