#C2A599

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

Shades of Eunry #C2A599

Tints of Eunry #C2A599

Color information

#C2A599 (or 0xC2A599) is unknown color: approx Eunry. HEX triplet: C2, A5 and 99. RGB value is (194,165,153). Sum of RGB (Red+Green+Blue) = 194+165+153=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A599 is #3D5A66. Grayscale: #ACACAC. Windows color (decimal): -4020839 or 10069442. OLE color: 10069442.

HSL color Cylindrical-coordinate representation of color #C2A599: hue angle of 17.56º 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 #C2A599 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB194165153-
CMYK00.150.210.24
HSL17.56º25.15%68.04%-
HSV(B)17.56º21.13%76.08%-
XYZ41.4540.6835.8-
YUV172.3117.11143.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=37.89%
G=32.23%
B=29.88%

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
Decimal19416515300.150.210.2417.5625.1568.04
HexC2A5990F1518121944
Octal30224523101725302231104
Binary11000010101001011001100101111101011100010010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A599; }

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

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

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

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

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

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

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

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