#C2A097

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

Shades of Eunry #C2A097

Tints of Eunry #C2A097

Color information

#C2A097 (or 0xC2A097) is unknown color: approx Eunry. HEX triplet: C2, A0 and 97. RGB value is (194,160,151). Sum of RGB (Red+Green+Blue) = 194+160+151=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A097 is #3D5F68. Grayscale: #A9A9A9. Windows color (decimal): -4022121 or 9937090. OLE color: 9937090.

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

Color convert

RGB194160151-
CMYK00.180.220.24
HSL12.56º26.06%67.65%-
HSV(B)12.56º22.16%76.08%-
XYZ40.438.8534.65-
YUV169.14117.76145.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=38.42%
G=31.68%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416015100.180.220.2412.5626.0667.65
HexC2A0970121618d1a44
Octal30224022702226301532104
Binary11000010101000001001011101001010110110001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A097; }

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

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

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

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

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

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

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

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