#C49D96

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

Shades of Eunry #C49D96

Tints of Eunry #C49D96

Color information

#C49D96 (or 0xC49D96) is unknown color: approx Eunry. HEX triplet: C4, 9D and 96. RGB value is (196,157,150). Sum of RGB (Red+Green+Blue) = 196+157+150=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49D96 is #3B6269. Grayscale: #A7A7A7. Windows color (decimal): -3891818 or 9870788. OLE color: 9870788.

HSL color Cylindrical-coordinate representation of color #C49D96: hue angle of 9.13º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C49D96 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB196157150-
CMYK00.200.230.23
HSL9.13º28.05%67.84%-
HSV(B)9.13º23.47%76.86%-
XYZ40.3338.0534.07-
YUV167.86117.92148.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=38.97%
G=31.21%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615715000.200.230.239.1328.0567.84
HexC49D96014171791c44
Octal30423522602427271134104
Binary11000100100111011001011001010010111101111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49D96; }

 p { color: rgb(196,157,150); }

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

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

 a { background-color: rgb(196,157,150); }

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

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

 span { border-color: rgb(196,157,150); }

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