Shades of Eunry #C7AB9D
Tints of Eunry #C7AB9D
RGB
CMYK
RGB Variations
Color information
#C7AB9D (or 0xC7AB9D) is known color: Eunry. HEX triplet: C7, AB and 9D. RGB value is (199,171,157). Sum of RGB (Red+Green+Blue) = 199+171+157=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AB9D is #385462. Grayscale: #B1B1B1. Windows color (decimal): -3691619 or 10333127. OLE color: 10333127.
HSL color Cylindrical-coordinate representation of color #C7AB9D: hue angle of 20º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7AB9D is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 171 | 157 | - |
CMYK | 0 | 0.14 | 0.21 | 0.22 |
HSL | 20º | 0.27% | 0.7% | - |
HSV(B) | 20º | 0.21% | 0.78% | - |
XYZ | 44.2 | 43.7 | 38 | - |
YUV | 177.78 | 116.28 | 143.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 171 | 157 | 0 | 0.14 | 0.21 | 0.22 | 20 | 0.27 | 0.7 |
Hex | C7 | AB | 9D | 0 | E | 15 | 16 | 14 | 1B | 46 |
Octal | 307 | 253 | 235 | 0 | 16 | 25 | 26 | 24 | 33 | 106 |
Binary | 11000111 | 10101011 | 10011101 | 0 | 1110 | 10101 | 10110 | 10100 | 11011 | 1000110 |
Color Harmonies of #C7AB9D
Complementary color
Monochromatic Colors of #C7AB9D
Black with #C7AB9D
Text Example
Text Example
White with #C7AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AB9D; }
p { color: rgb(199,171,157); }
H1.HeaderClassName
{
color: #C7AB9D;
}
.AnyTagClassName
{
color: #C7AB9D;
}
</style>
background-color css
<style>
a { background-color: #C7AB9D; }
a { background-color: rgb(199,171,157); }
div.DivClassName
{
background-color: #C7AB9D;
}
.BgClassName
{
background-color: #C7AB9D;
}
</style>
border-color css
<style>
span { border-color: #C7AB9D; }
span { border-color: rgb(199,171,157); }
td.TdClassName
{
border-color: #C7AB9D;
}
.TagClassName
{
border-color: #C7AB9D;
}
</style>