Shades of Chantilly #EAB7C0
Tints of Chantilly #EAB7C0
RGB
CMYK
RGB Variations
Color information
#EAB7C0 (or 0xEAB7C0) is known color: Chantilly. HEX triplet: EA, B7 and C0. RGB value is (234,183,192). Sum of RGB (Red+Green+Blue) = 234+183+192=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7C0 is #15483F. Grayscale: #C7C7C7. Windows color (decimal): -1394752 or 12629994. OLE color: 12629994.
HSL color Cylindrical-coordinate representation of color #EAB7C0: hue angle of 349.41º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB7C0 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 192 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.08 |
| HSL | 349.41º | 0.55% | 0.82% | - |
| HSV(B) | 349.41º | 0.22% | 0.92% | - |
| XYZ | 60.38 | 55.17 | 57.33 | - |
| YUV | 199.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 192 | 0 | 0.22 | 0.18 | 0.08 | 349.41 | 0.55 | 0.82 |
| Hex | EA | B7 | C0 | 0 | 16 | 12 | 8 | 15D | 37 | 52 |
| Octal | 352 | 267 | 300 | 0 | 26 | 22 | 10 | 535 | 67 | 122 |
| Binary | 11101010 | 10110111 | 11000000 | 0 | 10110 | 10010 | 1000 | 101011101 | 110111 | 1010010 |
Color Harmonies of #EAB7C0
Complementary color
Monochromatic Colors of #EAB7C0
Black with #EAB7C0
Text Example
Text Example
White with #EAB7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7C0; }
p { color: rgb(234,183,192); }
H1.HeaderClassName
{
color: #EAB7C0;
}
.AnyTagClassName
{
color: #EAB7C0;
}
</style>
background-color css
<style>
a { background-color: #EAB7C0; }
a { background-color: rgb(234,183,192); }
div.DivClassName
{
background-color: #EAB7C0;
}
.BgClassName
{
background-color: #EAB7C0;
}
</style>
border-color css
<style>
span { border-color: #EAB7C0; }
span { border-color: rgb(234,183,192); }
td.TdClassName
{
border-color: #EAB7C0;
}
.TagClassName
{
border-color: #EAB7C0;
}
</style>