#C6A49F

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

Shades of Eunry #C6A49F

Tints of Eunry #C6A49F

Color information

#C6A49F (or 0xC6A49F) is unknown color: approx Eunry. HEX triplet: C6, A4 and 9F. RGB value is (198,164,159). Sum of RGB (Red+Green+Blue) = 198+164+159=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A49F is #395B60. Grayscale: #ADADAD. Windows color (decimal): -3758945 or 10462406. OLE color: 10462406.

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

Color convert

RGB198164159-
CMYK00.170.200.22
HSL7.69º25.49%70%-
HSV(B)7.69º19.7%77.65%-
XYZ42.8241.0638.47-
YUV173.6119.76145.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 159 (62.5% from 255) = 30.52%
R=38.00%
G=31.48%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816415900.170.200.227.6925.4970
HexC6A49F011141681946
Octal30624423702124261031106
Binary11000110101001001001111101000110100101101000110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A49F; }

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

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

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

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

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

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

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

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