#C49D98

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

Shades of Eunry #C49D98

Tints of Eunry #C49D98

Color information

#C49D98 (or 0xC49D98) is unknown color: approx Eunry. HEX triplet: C4, 9D and 98. RGB value is (196,157,152). Sum of RGB (Red+Green+Blue) = 196+157+152=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49D98 is #3B6267. Grayscale: #A8A8A8. Windows color (decimal): -3891816 or 10001860. OLE color: 10001860.

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

Color convert

RGB196157152-
CMYK00.200.220.23
HSL6.82º27.16%68.24%-
HSV(B)6.82º22.45%76.86%-
XYZ40.4938.1234.93-
YUV168.09118.92147.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=38.81%
G=31.09%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615715200.200.220.236.8227.1668.24
HexC49D98014161771b44
Octal3042352300242627733104
Binary1100010010011101100110000101001011010111111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49D98; }

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

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

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

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

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

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

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

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