#C69E98

Color #C69E98 Eunry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eunry #C69E98

Tints of Eunry #C69E98

Color information

#C69E98 (or 0xC69E98) is unknown color: approx Eunry. HEX triplet: C6, 9E and 98. RGB value is (198,158,152). Sum of RGB (Red+Green+Blue) = 198+158+152=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69E98 is #396167. Grayscale: #A9A9A9. Windows color (decimal): -3760488 or 10002118. OLE color: 10002118.

HSL color Cylindrical-coordinate representation of color #C69E98: hue angle of 7.83º 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 #C69E98 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB198158152-
CMYK00.200.230.22
HSL7.83º28.75%68.63%-
HSV(B)7.83º23.23%77.65%-
XYZ41.1838.7335.01-
YUV169.28118.25148.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 38.98%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=38.98%
G=31.10%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815815200.200.230.227.8328.7568.63
HexC69E98014171681d45
Octal30623623002427261035105
Binary11000110100111101001100001010010111101101000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69E98; }

 p { color: rgb(198,158,152); }

 H1.HeaderClassName
 {
   color: #C69E98;
 }
 .AnyTagClassName
 {
   color: #C69E98;
 }
</style>
background-color css

<style>
 a { background-color: #C69E98; }

 a { background-color: rgb(198,158,152); }

 div.DivClassName
 {
   background-color: #C69E98;
 }
 .BgClassName
 {
   background-color: #C69E98;
 }
</style>
border-color css

<style>
 span { border-color: #C69E98; }

 span { border-color: rgb(198,158,152); }

 td.TdClassName
 {
   border-color: #C69E98;
 }
 .TagClassName
 {
   border-color: #C69E98;
 }
</style>