#C0A09E

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

Shades of Eunry #C0A09E

Tints of Eunry #C0A09E

Color information

#C0A09E (or 0xC0A09E) is unknown color: approx Eunry. HEX triplet: C0, A0 and 9E. RGB value is (192,160,158). Sum of RGB (Red+Green+Blue) = 192+160+158=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A09E is #3F5F61. Grayscale: #A9A9A9. Windows color (decimal): -4153186 or 10395840. OLE color: 10395840.

HSL color Cylindrical-coordinate representation of color #C0A09E: hue angle of 3.53º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0A09E is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB192160158-
CMYK00.170.180.25
HSL3.53º21.25%68.63%-
HSV(B)3.53º17.71%75.29%-
XYZ40.4838.8237.71-
YUV169.34121.6144.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=37.65%
G=31.37%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216015800.170.180.253.5321.2568.63
HexC0A09E011121941545
Octal3002402360212231425105
Binary1100000010100000100111100100011001011001100101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A09E; }

 p { color: rgb(192,160,158); }

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

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

 a { background-color: rgb(192,160,158); }

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

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

 span { border-color: rgb(192,160,158); }

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