#C29E9D

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

Shades of Eunry #C29E9D

Tints of Eunry #C29E9D

Color information

#C29E9D (or 0xC29E9D) is unknown color: approx Eunry. HEX triplet: C2, 9E and 9D. RGB value is (194,158,157). Sum of RGB (Red+Green+Blue) = 194+158+157=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E9D is #3D6162. Grayscale: #A8A8A8. Windows color (decimal): -4022627 or 10329794. OLE color: 10329794.

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

Color convert

RGB194158157-
CMYK00.190.190.24
HSL1.62º23.27%68.82%-
HSV(B)1.62º19.07%76.08%-
XYZ40.5638.3637.16-
YUV168.65121.43146.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.11%
GREEN value IS 158 (62.11% from 255) = 31.04%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=38.11%
G=31.04%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415815700.190.190.241.6223.2768.82
HexC29E9D013131821745
Octal3022362350232330227105
Binary110000101001111010011101010011100111100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E9D; }

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

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

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

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

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

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

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

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