Shades of Eunry #C29F9E
Tints of Eunry #C29F9E
RGB
CMYK
RGB Variations
Color information
#C29F9E (or 0xC29F9E) is known color: Eunry. HEX triplet: C2, 9F and 9E. RGB value is (194,159,158). Sum of RGB (Red+Green+Blue) = 194+159+158=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F9E is #3D6061. Grayscale: #A9A9A9. Windows color (decimal): -4022370 or 10395586. OLE color: 10395586.
HSL color Cylindrical-coordinate representation of color #C29F9E: hue angle of 1.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C29F9E is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 158 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.24 |
| HSL | 1.67º | 0.23% | 0.69% | - |
| HSV(B) | 1.67º | 0.19% | 0.76% | - |
| XYZ | 40.82 | 38.73 | 37.67 | - |
| YUV | 169.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 158 | 0 | 0.18 | 0.19 | 0.24 | 1.67 | 0.23 | 0.69 |
| Hex | C2 | 9F | 9E | 0 | 12 | 13 | 18 | 2 | 17 | 45 |
| Octal | 302 | 237 | 236 | 0 | 22 | 23 | 30 | 2 | 27 | 105 |
| Binary | 11000010 | 10011111 | 10011110 | 0 | 10010 | 10011 | 11000 | 10 | 10111 | 1000101 |
Color Harmonies of #C29F9E
Complementary color
Monochromatic Colors of #C29F9E
Black with #C29F9E
Text Example
Text Example
White with #C29F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F9E; }
p { color: rgb(194,159,158); }
H1.HeaderClassName
{
color: #C29F9E;
}
.AnyTagClassName
{
color: #C29F9E;
}
</style>
background-color css
<style>
a { background-color: #C29F9E; }
a { background-color: rgb(194,159,158); }
div.DivClassName
{
background-color: #C29F9E;
}
.BgClassName
{
background-color: #C29F9E;
}
</style>
border-color css
<style>
span { border-color: #C29F9E; }
span { border-color: rgb(194,159,158); }
td.TdClassName
{
border-color: #C29F9E;
}
.TagClassName
{
border-color: #C29F9E;
}
</style>