#C2A297

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

Shades of Eunry #C2A297

Tints of Eunry #C2A297

Color information

#C2A297 (or 0xC2A297) is unknown color: approx Eunry. HEX triplet: C2, A2 and 97. RGB value is (194,162,151). Sum of RGB (Red+Green+Blue) = 194+162+151=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A297 is #3D5D68. Grayscale: #AAAAAA. Windows color (decimal): -4021609 or 9937602. OLE color: 9937602.

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

Color convert

RGB194162151-
CMYK00.160.220.24
HSL15.35º26.06%67.65%-
HSV(B)15.35º22.16%76.08%-
XYZ40.7539.5434.76-
YUV170.31117.1144.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 162 (63.67% from 255) = 31.95%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=38.26%
G=31.95%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416215100.160.220.2415.3526.0667.65
HexC2A2970101618f1a44
Octal30224222702026301732104
Binary11000010101000101001011101000010110110001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A297; }

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

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

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

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

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

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

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

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