#C4A09F

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

Shades of Eunry #C4A09F

Tints of Eunry #C4A09F

Color information

#C4A09F (or 0xC4A09F) is unknown color: approx Eunry. HEX triplet: C4, A0 and 9F. RGB value is (196,160,159). Sum of RGB (Red+Green+Blue) = 196+160+159=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A09F is #3B5F60. Grayscale: #AAAAAA. Windows color (decimal): -3891041 or 10461380. OLE color: 10461380.

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

Color convert

RGB196160159-
CMYK00.180.190.23
HSL1.62º23.87%69.61%-
HSV(B)1.62º18.88%76.86%-
XYZ41.5939.3838.21-
YUV170.65121.43146.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 159 (62.5% from 255) = 30.87%
R=38.06%
G=31.07%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616015900.180.190.231.6223.8769.61
HexC4A09F012131721846
Octal3042402370222327230106
Binary110001001010000010011111010010100111011110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A09F; }

 p { color: rgb(196,160,159); }

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

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

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

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

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

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

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