#C5A098

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

Shades of Eunry #C5A098

Tints of Eunry #C5A098

Color information

#C5A098 (or 0xC5A098) is unknown color: approx Eunry. HEX triplet: C5, A0 and 98. RGB value is (197,160,152). Sum of RGB (Red+Green+Blue) = 197+160+152=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A098 is #3A5F67. Grayscale: #AAAAAA. Windows color (decimal): -3825512 or 10002629. OLE color: 10002629.

HSL color Cylindrical-coordinate representation of color #C5A098: hue angle of 10.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5A098 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB197160152-
CMYK00.190.230.23
HSL10.67º27.95%68.43%-
HSV(B)10.67º22.84%77.25%-
XYZ41.2639.2835.11-
YUV170.15117.76147.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 152 (59.77% from 255) = 29.86%
R=38.70%
G=31.43%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716015200.190.230.2310.6727.9568.43
HexC5A0980131717b1c44
Octal30524023002327271334104
Binary11000101101000001001100001001110111101111011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A098; }

 p { color: rgb(197,160,152); }

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

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

 a { background-color: rgb(197,160,152); }

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

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

 span { border-color: rgb(197,160,152); }

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