#C6A09F

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

Shades of Eunry #C6A09F

Tints of Eunry #C6A09F

Color information

#C6A09F (or 0xC6A09F) is unknown color: approx Eunry. HEX triplet: C6, A0 and 9F. RGB value is (198,160,159). Sum of RGB (Red+Green+Blue) = 198+160+159=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A09F is #395F60. Grayscale: #ABABAB. Windows color (decimal): -3759969 or 10461382. OLE color: 10461382.

HSL color Cylindrical-coordinate representation of color #C6A09F: hue angle of 1.54º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6A09F is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB198160159-
CMYK00.190.200.22
HSL1.54º25.49%70%-
HSV(B)1.54º19.7%77.65%-
XYZ42.1239.6538.23-
YUV171.25121.09147.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 159 (62.5% from 255) = 30.75%
R=38.30%
G=30.95%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816015900.190.200.221.5425.4970
HexC6A09F013141621946
Octal3062402370232426231106
Binary110001101010000010011111010011101001011010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A09F; }

 p { color: rgb(198,160,159); }

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

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

 a { background-color: rgb(198,160,159); }

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

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

 span { border-color: rgb(198,160,159); }

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