#C2A59B

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

Shades of Eunry #C2A59B

Tints of Eunry #C2A59B

Color information

#C2A59B (or 0xC2A59B) is unknown color: approx Eunry. HEX triplet: C2, A5 and 9B. RGB value is (194,165,155). Sum of RGB (Red+Green+Blue) = 194+165+155=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A59B is #3D5A64. Grayscale: #ACACAC. Windows color (decimal): -4020837 or 10200514. OLE color: 10200514.

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

Color convert

RGB194165155-
CMYK00.150.200.24
HSL15.38º24.22%68.43%-
HSV(B)15.38º20.1%76.08%-
XYZ41.6240.7536.68-
YUV172.53118.11143.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 165 (64.84% from 255) = 32.10%
BLUE value IS 155 (60.94% from 255) = 30.16%
R=37.74%
G=32.10%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416515500.150.200.2415.3824.2268.43
HexC2A59B0F1418f1844
Octal30224523301724301730104
Binary1100001010100101100110110111110100110001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A59B; }

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

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

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

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

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

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

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

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