#C2A598

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

Shades of Eunry #C2A598

Tints of Eunry #C2A598

Color information

#C2A598 (or 0xC2A598) is unknown color: approx Eunry. HEX triplet: C2, A5 and 98. RGB value is (194,165,152). Sum of RGB (Red+Green+Blue) = 194+165+152=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A598 is #3D5A67. Grayscale: #ACACAC. Windows color (decimal): -4020840 or 10003906. OLE color: 10003906.

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

Color convert

RGB194165152-
CMYK00.150.220.24
HSL18.57º25.61%67.84%-
HSV(B)18.57º21.65%76.08%-
XYZ41.3740.6535.37-
YUV172.19116.61143.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 165 (64.84% from 255) = 32.29%
BLUE value IS 152 (59.77% from 255) = 29.75%
R=37.96%
G=32.29%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416515200.150.220.2418.5725.6167.84
HexC2A5980F1618131a44
Octal30224523001726302332104
Binary11000010101001011001100001111101101100010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A598; }

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

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

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

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

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

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

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

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