Shades of Eunry #C29D98
Tints of Eunry #C29D98
RGB
CMYK
RGB Variations
Color information
#C29D98 (or 0xC29D98) is known color: Eunry. HEX triplet: C2, 9D and 98. RGB value is (194,157,152). Sum of RGB (Red+Green+Blue) = 194+157+152=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29D98 is #3D6267. Grayscale: #A7A7A7. Windows color (decimal): -4022888 or 10001858. OLE color: 10001858.
HSL color Cylindrical-coordinate representation of color #C29D98: hue angle of 7.14º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C29D98 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 152 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.24 |
| HSL | 7.14º | 0.26% | 0.68% | - |
| HSV(B) | 7.14º | 0.22% | 0.76% | - |
| XYZ | 39.97 | 37.85 | 34.9 | - |
| YUV | 167.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 152 | 0 | 0.19 | 0.22 | 0.24 | 7.14 | 0.26 | 0.68 |
| Hex | C2 | 9D | 98 | 0 | 13 | 16 | 18 | 7 | 1A | 44 |
| Octal | 302 | 235 | 230 | 0 | 23 | 26 | 30 | 7 | 32 | 104 |
| Binary | 11000010 | 10011101 | 10011000 | 0 | 10011 | 10110 | 11000 | 111 | 11010 | 1000100 |
Color Harmonies of #C29D98
Complementary color
Monochromatic Colors of #C29D98
Black with #C29D98
Text Example
Text Example
White with #C29D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D98; }
p { color: rgb(194,157,152); }
H1.HeaderClassName
{
color: #C29D98;
}
.AnyTagClassName
{
color: #C29D98;
}
</style>
background-color css
<style>
a { background-color: #C29D98; }
a { background-color: rgb(194,157,152); }
div.DivClassName
{
background-color: #C29D98;
}
.BgClassName
{
background-color: #C29D98;
}
</style>
border-color css
<style>
span { border-color: #C29D98; }
span { border-color: rgb(194,157,152); }
td.TdClassName
{
border-color: #C29D98;
}
.TagClassName
{
border-color: #C29D98;
}
</style>