#C69E95

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

Shades of Eunry #C69E95

Tints of Eunry #C69E95

Color information

#C69E95 (or 0xC69E95) is unknown color: approx Eunry. HEX triplet: C6, 9E and 95. RGB value is (198,158,149). Sum of RGB (Red+Green+Blue) = 198+158+149=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69E95 is #39616A. Grayscale: #A9A9A9. Windows color (decimal): -3760491 or 9805510. OLE color: 9805510.

HSL color Cylindrical-coordinate representation of color #C69E95: hue angle of 11.02º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C69E95 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB198158149-
CMYK00.200.250.22
HSL11.02º30.06%68.04%-
HSV(B)11.02º24.75%77.65%-
XYZ40.9438.6333.73-
YUV168.93116.75148.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.21%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 149 (58.59% from 255) = 29.50%
R=39.21%
G=31.29%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815814900.200.250.2211.0230.0668.04
HexC69E950141916b1e44
Octal30623622502431261336104
Binary11000110100111101001010101010011001101101011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69E95; }

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

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

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

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

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

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

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

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