Shades of Eunry #C29F99
Tints of Eunry #C29F99
RGB
CMYK
RGB Variations
Color information
#C29F99 (or 0xC29F99) is known color: Eunry. HEX triplet: C2, 9F and 99. RGB value is (194,159,153). Sum of RGB (Red+Green+Blue) = 194+159+153=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F99 is #3D6066. Grayscale: #A8A8A8. Windows color (decimal): -4022375 or 10067906. OLE color: 10067906.
HSL color Cylindrical-coordinate representation of color #C29F99: hue angle of 8.78º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C29F99 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 153 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.24 |
| HSL | 8.78º | 0.25% | 0.68% | - |
| HSV(B) | 8.78º | 0.21% | 0.76% | - |
| XYZ | 40.4 | 38.57 | 35.45 | - |
| YUV | 168.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 153 | 0 | 0.18 | 0.21 | 0.24 | 8.78 | 0.25 | 0.68 |
| Hex | C2 | 9F | 99 | 0 | 12 | 15 | 18 | 9 | 19 | 44 |
| Octal | 302 | 237 | 231 | 0 | 22 | 25 | 30 | 11 | 31 | 104 |
| Binary | 11000010 | 10011111 | 10011001 | 0 | 10010 | 10101 | 11000 | 1001 | 11001 | 1000100 |
Color Harmonies of #C29F99
Complementary color
Monochromatic Colors of #C29F99
Black with #C29F99
Text Example
Text Example
White with #C29F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F99; }
p { color: rgb(194,159,153); }
H1.HeaderClassName
{
color: #C29F99;
}
.AnyTagClassName
{
color: #C29F99;
}
</style>
background-color css
<style>
a { background-color: #C29F99; }
a { background-color: rgb(194,159,153); }
div.DivClassName
{
background-color: #C29F99;
}
.BgClassName
{
background-color: #C29F99;
}
</style>
border-color css
<style>
span { border-color: #C29F99; }
span { border-color: rgb(194,159,153); }
td.TdClassName
{
border-color: #C29F99;
}
.TagClassName
{
border-color: #C29F99;
}
</style>