#C49E9A

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

Shades of Eunry #C49E9A

Tints of Eunry #C49E9A

Color information

#C49E9A (or 0xC49E9A) is unknown color: approx Eunry. HEX triplet: C4, 9E and 9A. RGB value is (196,158,154). Sum of RGB (Red+Green+Blue) = 196+158+154=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E9A is #3B6165. Grayscale: #A8A8A8. Windows color (decimal): -3891558 or 10133188. OLE color: 10133188.

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

Color convert

RGB196158154-
CMYK00.190.210.23
HSL5.71º26.25%68.63%-
HSV(B)5.71º21.43%76.86%-
XYZ40.8238.5235.86-
YUV168.91119.59147.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=38.58%
G=31.10%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615815400.190.210.235.7126.2568.63
HexC49E9A013151761a45
Octal3042362320232527632105
Binary1100010010011110100110100100111010110111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49E9A; }

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

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

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

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

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

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

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

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