Shades of Eunry #C7A89B
Tints of Eunry #C7A89B
RGB
CMYK
RGB Variations
Color information
#C7A89B (or 0xC7A89B) is known color: Eunry. HEX triplet: C7, A8 and 9B. RGB value is (199,168,155). Sum of RGB (Red+Green+Blue) = 199+168+155=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A89B is #385764. Grayscale: #AFAFAF. Windows color (decimal): -3692389 or 10201287. OLE color: 10201287.
HSL color Cylindrical-coordinate representation of color #C7A89B: hue angle of 17.73º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7A89B is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 155 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.22 |
| HSL | 17.73º | 0.28% | 0.69% | - |
| HSV(B) | 17.73º | 0.22% | 0.78% | - |
| XYZ | 43.47 | 42.51 | 36.93 | - |
| YUV | 175.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 155 | 0 | 0.16 | 0.22 | 0.22 | 17.73 | 0.28 | 0.69 |
| Hex | C7 | A8 | 9B | 0 | 10 | 16 | 16 | 12 | 1C | 45 |
| Octal | 307 | 250 | 233 | 0 | 20 | 26 | 26 | 22 | 34 | 105 |
| Binary | 11000111 | 10101000 | 10011011 | 0 | 10000 | 10110 | 10110 | 10010 | 11100 | 1000101 |
Color Harmonies of #C7A89B
Complementary color
Monochromatic Colors of #C7A89B
Black with #C7A89B
Text Example
Text Example
White with #C7A89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A89B; }
p { color: rgb(199,168,155); }
H1.HeaderClassName
{
color: #C7A89B;
}
.AnyTagClassName
{
color: #C7A89B;
}
</style>
background-color css
<style>
a { background-color: #C7A89B; }
a { background-color: rgb(199,168,155); }
div.DivClassName
{
background-color: #C7A89B;
}
.BgClassName
{
background-color: #C7A89B;
}
</style>
border-color css
<style>
span { border-color: #C7A89B; }
span { border-color: rgb(199,168,155); }
td.TdClassName
{
border-color: #C7A89B;
}
.TagClassName
{
border-color: #C7A89B;
}
</style>