#C49D9D

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

Shades of Eunry #C49D9D

Tints of Eunry #C49D9D

Color information

#C49D9D (or 0xC49D9D) is unknown color: approx Eunry. HEX triplet: C4, 9D and 9D. RGB value is (196,157,157). Sum of RGB (Red+Green+Blue) = 196+157+157=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49D9D is #3B6262. Grayscale: #A8A8A8. Windows color (decimal): -3891811 or 10329540. OLE color: 10329540.

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

Color convert

RGB196157157-
CMYK00.200.200.23
HSL24.84%69.22%-
HSV(B)19.9%76.86%-
XYZ40.9138.2837.13-
YUV168.66121.42147.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.43%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=38.43%
G=30.78%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615715700.200.200.23024.8469.22
HexC49D9D014141701945
Octal3042352350242427031105
Binary11000100100111011001110101010010100101110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49D9D; }

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

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

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

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

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

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

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

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