#C2A399

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

Shades of Eunry #C2A399

Tints of Eunry #C2A399

Color information

#C2A399 (or 0xC2A399) is unknown color: approx Eunry. HEX triplet: C2, A3 and 99. RGB value is (194,163,153). Sum of RGB (Red+Green+Blue) = 194+163+153=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A399 is #3D5C66. Grayscale: #ABABAB. Windows color (decimal): -4021351 or 10068930. OLE color: 10068930.

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

Color convert

RGB194163153-
CMYK00.160.210.24
HSL14.63º25.15%68.04%-
HSV(B)14.63º21.13%76.08%-
XYZ41.139.9635.68-
YUV171.13117.77144.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 153 (60.16% from 255) = 30%
R=38.04%
G=31.96%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416315300.160.210.2414.6325.1568.04
HexC2A3990101518f1944
Octal30224323102025301731104
Binary11000010101000111001100101000010101110001111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A399; }

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

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

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

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

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

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

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

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