#C2A099

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

Shades of Eunry #C2A099

Tints of Eunry #C2A099

Color information

#C2A099 (or 0xC2A099) is unknown color: approx Eunry. HEX triplet: C2, A0 and 99. RGB value is (194,160,153). Sum of RGB (Red+Green+Blue) = 194+160+153=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A099 is #3D5F66. Grayscale: #A9A9A9. Windows color (decimal): -4022119 or 10068162. OLE color: 10068162.

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

Color convert

RGB194160153-
CMYK00.180.210.24
HSL10.24º25.15%68.04%-
HSV(B)10.24º21.13%76.08%-
XYZ40.5738.9135.51-
YUV169.37118.76145.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 160 (62.89% from 255) = 31.56%
BLUE value IS 153 (60.16% from 255) = 30.18%
R=38.26%
G=31.56%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416015300.180.210.2410.2425.1568.04
HexC2A0990121518a1944
Octal30224023102225301231104
Binary11000010101000001001100101001010101110001010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A099; }

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

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

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

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

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

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

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

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