#C0A39E

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

Shades of Eunry #C0A39E

Tints of Eunry #C0A39E

Color information

#C0A39E (or 0xC0A39E) is unknown color: approx Eunry. HEX triplet: C0, A3 and 9E. RGB value is (192,163,158). Sum of RGB (Red+Green+Blue) = 192+163+158=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A39E is #3F5C61. Grayscale: #ABABAB. Windows color (decimal): -4152418 or 10396608. OLE color: 10396608.

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

Color convert

RGB192163158-
CMYK00.150.180.25
HSL8.82º21.25%68.63%-
HSV(B)8.82º17.71%75.29%-
XYZ41.0139.8737.88-
YUV171.1120.61142.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=37.43%
G=31.77%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216315800.150.180.258.8221.2568.63
HexC0A39E0F121991545
Octal30024323601722311125105
Binary1100000010100011100111100111110010110011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A39E; }

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

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

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

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

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

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

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

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