Shades of Eunry #C69F9F
Tints of Eunry #C69F9F
RGB
CMYK
RGB Variations
Color information
#C69F9F (or 0xC69F9F) is known color: Eunry. HEX triplet: C6, 9F and 9F. RGB value is (198,159,159). Sum of RGB (Red+Green+Blue) = 198+159+159=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69F9F is #396060. Grayscale: #AAAAAA. Windows color (decimal): -3760225 or 10461126. OLE color: 10461126.
HSL color Cylindrical-coordinate representation of color #C69F9F: hue angle of 0º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C69F9F is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 159 | 159 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.22 |
| HSL | 0º | 0.25% | 0.7% | - |
| HSV(B) | 0º | 0.2% | 0.78% | - |
| XYZ | 41.94 | 39.31 | 38.18 | - |
| YUV | 170.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 159 | 0 | 0.20 | 0.20 | 0.22 | 0 | 0.25 | 0.7 |
| Hex | C6 | 9F | 9F | 0 | 14 | 14 | 16 | 0 | 19 | 46 |
| Octal | 306 | 237 | 237 | 0 | 24 | 24 | 26 | 0 | 31 | 106 |
| Binary | 11000110 | 10011111 | 10011111 | 0 | 10100 | 10100 | 10110 | 0 | 11001 | 1000110 |
Color Harmonies of #C69F9F
Complementary color
Monochromatic Colors of #C69F9F
Black with #C69F9F
Text Example
Text Example
White with #C69F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69F9F; }
p { color: rgb(198,159,159); }
H1.HeaderClassName
{
color: #C69F9F;
}
.AnyTagClassName
{
color: #C69F9F;
}
</style>
background-color css
<style>
a { background-color: #C69F9F; }
a { background-color: rgb(198,159,159); }
div.DivClassName
{
background-color: #C69F9F;
}
.BgClassName
{
background-color: #C69F9F;
}
</style>
border-color css
<style>
span { border-color: #C69F9F; }
span { border-color: rgb(198,159,159); }
td.TdClassName
{
border-color: #C69F9F;
}
.TagClassName
{
border-color: #C69F9F;
}
</style>