#C2A59A

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

Shades of Eunry #C2A59A

Tints of Eunry #C2A59A

Color information

#C2A59A (or 0xC2A59A) is unknown color: approx Eunry. HEX triplet: C2, A5 and 9A. RGB value is (194,165,154). Sum of RGB (Red+Green+Blue) = 194+165+154=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A59A is #3D5A65. Grayscale: #ACACAC. Windows color (decimal): -4020838 or 10134978. OLE color: 10134978.

HSL color Cylindrical-coordinate representation of color #C2A59A: hue angle of 16.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2A59A is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB194165154-
CMYK00.150.210.24
HSL16.5º24.69%68.24%-
HSV(B)16.5º20.62%76.08%-
XYZ41.5440.7136.24-
YUV172.42117.61143.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 165 (64.84% from 255) = 32.16%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=37.82%
G=32.16%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416515400.150.210.2416.524.6968.24
HexC2A59A0F1518111944
Octal30224523201725302131104
Binary11000010101001011001101001111101011100010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A59A; }

 p { color: rgb(194,165,154); }

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

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

 a { background-color: rgb(194,165,154); }

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

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

 span { border-color: rgb(194,165,154); }

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