Shades of Eunry #C69E9A
Tints of Eunry #C69E9A
RGB
CMYK
RGB Variations
Color information
#C69E9A (or 0xC69E9A) is known color: Eunry. HEX triplet: C6, 9E and 9A. RGB value is (198,158,154). Sum of RGB (Red+Green+Blue) = 198+158+154=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69E9A is #396165. Grayscale: #A9A9A9. Windows color (decimal): -3760486 or 10133190. OLE color: 10133190.
HSL color Cylindrical-coordinate representation of color #C69E9A: hue angle of 5.45º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69E9A is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 154 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.22 |
| HSL | 5.45º | 0.28% | 0.69% | - |
| HSV(B) | 5.45º | 0.22% | 0.78% | - |
| XYZ | 41.35 | 38.79 | 35.88 | - |
| YUV | 169.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 154 | 0 | 0.20 | 0.22 | 0.22 | 5.45 | 0.28 | 0.69 |
| Hex | C6 | 9E | 9A | 0 | 14 | 16 | 16 | 5 | 1C | 45 |
| Octal | 306 | 236 | 232 | 0 | 24 | 26 | 26 | 5 | 34 | 105 |
| Binary | 11000110 | 10011110 | 10011010 | 0 | 10100 | 10110 | 10110 | 101 | 11100 | 1000101 |
Color Harmonies of #C69E9A
Complementary color
Monochromatic Colors of #C69E9A
Black with #C69E9A
Text Example
Text Example
White with #C69E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E9A; }
p { color: rgb(198,158,154); }
H1.HeaderClassName
{
color: #C69E9A;
}
.AnyTagClassName
{
color: #C69E9A;
}
</style>
background-color css
<style>
a { background-color: #C69E9A; }
a { background-color: rgb(198,158,154); }
div.DivClassName
{
background-color: #C69E9A;
}
.BgClassName
{
background-color: #C69E9A;
}
</style>
border-color css
<style>
span { border-color: #C69E9A; }
span { border-color: rgb(198,158,154); }
td.TdClassName
{
border-color: #C69E9A;
}
.TagClassName
{
border-color: #C69E9A;
}
</style>