#C29E98

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

Shades of Eunry #C29E98

Tints of Eunry #C29E98

Color information

#C29E98 (or 0xC29E98) is unknown color: approx Eunry. HEX triplet: C2, 9E and 98. RGB value is (194,158,152). Sum of RGB (Red+Green+Blue) = 194+158+152=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E98 is #3D6167. Grayscale: #A8A8A8. Windows color (decimal): -4022632 or 10002114. OLE color: 10002114.

HSL color Cylindrical-coordinate representation of color #C29E98: hue angle of 8.57º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C29E98 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB194158152-
CMYK00.190.220.24
HSL8.57º25.61%67.84%-
HSV(B)8.57º21.65%76.08%-
XYZ40.1438.1934.96-
YUV168.08118.93146.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=38.49%
G=31.35%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415815200.190.220.248.5725.6167.84
HexC29E98013161891a44
Octal30223623002326301132104
Binary11000010100111101001100001001110110110001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E98; }

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

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

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

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

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

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

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

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