#C29E9A

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

Shades of Eunry #C29E9A

Tints of Eunry #C29E9A

Color information

#C29E9A (or 0xC29E9A) is unknown color: approx Eunry. HEX triplet: C2, 9E and 9A. RGB value is (194,158,154). Sum of RGB (Red+Green+Blue) = 194+158+154=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E9A is #3D6165. Grayscale: #A8A8A8. Windows color (decimal): -4022630 or 10133186. OLE color: 10133186.

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

Color convert

RGB194158154-
CMYK00.190.210.24
HSL24.69%68.24%-
HSV(B)20.62%76.08%-
XYZ40.3138.2635.83-
YUV168.31119.93146.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 158 (62.11% from 255) = 31.23%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=38.34%
G=31.23%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415815400.190.210.24624.6968.24
HexC29E9A013151861944
Octal3022362320232530631104
Binary1100001010011110100110100100111010111000110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E9A; }

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

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

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

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

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

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

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

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