Shades of Eunry #C69C98
Tints of Eunry #C69C98
RGB
CMYK
RGB Variations
Color information
#C69C98 (or 0xC69C98) is known color: Eunry. HEX triplet: C6, 9C and 98. RGB value is (198,156,152). Sum of RGB (Red+Green+Blue) = 198+156+152=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69C98 is #396367. Grayscale: #A8A8A8. Windows color (decimal): -3761000 or 10001606. OLE color: 10001606.
HSL color Cylindrical-coordinate representation of color #C69C98: hue angle of 5.22º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C69C98 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 152 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.22 |
| HSL | 5.22º | 0.29% | 0.69% | - |
| HSV(B) | 5.22º | 0.23% | 0.78% | - |
| XYZ | 40.84 | 38.05 | 34.9 | - |
| YUV | 168.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 152 | 0 | 0.21 | 0.23 | 0.22 | 5.22 | 0.29 | 0.69 |
| Hex | C6 | 9C | 98 | 0 | 15 | 17 | 16 | 5 | 1D | 45 |
| Octal | 306 | 234 | 230 | 0 | 25 | 27 | 26 | 5 | 35 | 105 |
| Binary | 11000110 | 10011100 | 10011000 | 0 | 10101 | 10111 | 10110 | 101 | 11101 | 1000101 |
Color Harmonies of #C69C98
Complementary color
Monochromatic Colors of #C69C98
Black with #C69C98
Text Example
Text Example
White with #C69C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C98; }
p { color: rgb(198,156,152); }
H1.HeaderClassName
{
color: #C69C98;
}
.AnyTagClassName
{
color: #C69C98;
}
</style>
background-color css
<style>
a { background-color: #C69C98; }
a { background-color: rgb(198,156,152); }
div.DivClassName
{
background-color: #C69C98;
}
.BgClassName
{
background-color: #C69C98;
}
</style>
border-color css
<style>
span { border-color: #C69C98; }
span { border-color: rgb(198,156,152); }
td.TdClassName
{
border-color: #C69C98;
}
.TagClassName
{
border-color: #C69C98;
}
</style>