Shades of Eunry #C29C98
Tints of Eunry #C29C98
RGB
CMYK
RGB Variations
Color information
#C29C98 (or 0xC29C98) is known color: Eunry. HEX triplet: C2, 9C and 98. RGB value is (194,156,152). Sum of RGB (Red+Green+Blue) = 194+156+152=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C98 is #3D6367. Grayscale: #A6A6A6. Windows color (decimal): -4023144 or 10001602. OLE color: 10001602.
HSL color Cylindrical-coordinate representation of color #C29C98: hue angle of 5.71º 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 #C29C98 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 152 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.24 |
| HSL | 5.71º | 0.26% | 0.68% | - |
| HSV(B) | 5.71º | 0.22% | 0.76% | - |
| XYZ | 39.8 | 37.51 | 34.85 | - |
| YUV | 166.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 152 | 0 | 0.20 | 0.22 | 0.24 | 5.71 | 0.26 | 0.68 |
| Hex | C2 | 9C | 98 | 0 | 14 | 16 | 18 | 6 | 1A | 44 |
| Octal | 302 | 234 | 230 | 0 | 24 | 26 | 30 | 6 | 32 | 104 |
| Binary | 11000010 | 10011100 | 10011000 | 0 | 10100 | 10110 | 11000 | 110 | 11010 | 1000100 |
Color Harmonies of #C29C98
Complementary color
Monochromatic Colors of #C29C98
Black with #C29C98
Text Example
Text Example
White with #C29C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C98; }
p { color: rgb(194,156,152); }
H1.HeaderClassName
{
color: #C29C98;
}
.AnyTagClassName
{
color: #C29C98;
}
</style>
background-color css
<style>
a { background-color: #C29C98; }
a { background-color: rgb(194,156,152); }
div.DivClassName
{
background-color: #C29C98;
}
.BgClassName
{
background-color: #C29C98;
}
</style>
border-color css
<style>
span { border-color: #C29C98; }
span { border-color: rgb(194,156,152); }
td.TdClassName
{
border-color: #C29C98;
}
.TagClassName
{
border-color: #C29C98;
}
</style>