Shades of Eunry #C69E9C
Tints of Eunry #C69E9C
RGB
CMYK
RGB Variations
Color information
#C69E9C (or 0xC69E9C) is known color: Eunry. HEX triplet: C6, 9E and 9C. RGB value is (198,158,156). Sum of RGB (Red+Green+Blue) = 198+158+156=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69E9C is #396163. Grayscale: #A9A9A9. Windows color (decimal): -3760484 or 10264262. OLE color: 10264262.
HSL color Cylindrical-coordinate representation of color #C69E9C: hue angle of 2.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69E9C is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 156 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.22 |
| HSL | 2.86º | 0.27% | 0.69% | - |
| HSV(B) | 2.86º | 0.21% | 0.78% | - |
| XYZ | 41.52 | 38.86 | 36.77 | - |
| YUV | 169.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 156 | 0 | 0.20 | 0.21 | 0.22 | 2.86 | 0.27 | 0.69 |
| Hex | C6 | 9E | 9C | 0 | 14 | 15 | 16 | 3 | 1B | 45 |
| Octal | 306 | 236 | 234 | 0 | 24 | 25 | 26 | 3 | 33 | 105 |
| Binary | 11000110 | 10011110 | 10011100 | 0 | 10100 | 10101 | 10110 | 11 | 11011 | 1000101 |
Color Harmonies of #C69E9C
Complementary color
Monochromatic Colors of #C69E9C
Black with #C69E9C
Text Example
Text Example
White with #C69E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E9C; }
p { color: rgb(198,158,156); }
H1.HeaderClassName
{
color: #C69E9C;
}
.AnyTagClassName
{
color: #C69E9C;
}
</style>
background-color css
<style>
a { background-color: #C69E9C; }
a { background-color: rgb(198,158,156); }
div.DivClassName
{
background-color: #C69E9C;
}
.BgClassName
{
background-color: #C69E9C;
}
</style>
border-color css
<style>
span { border-color: #C69E9C; }
span { border-color: rgb(198,158,156); }
td.TdClassName
{
border-color: #C69E9C;
}
.TagClassName
{
border-color: #C69E9C;
}
</style>