#C6A49A

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

Shades of Eunry #C6A49A

Tints of Eunry #C6A49A

Color information

#C6A49A (or 0xC6A49A) is unknown color: approx Eunry. HEX triplet: C6, A4 and 9A. RGB value is (198,164,154). Sum of RGB (Red+Green+Blue) = 198+164+154=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A49A is #395B65. Grayscale: #ADADAD. Windows color (decimal): -3758950 or 10134726. OLE color: 10134726.

HSL color Cylindrical-coordinate representation of color #C6A49A: hue angle of 13.64º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6A49A is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB198164154-
CMYK00.170.220.22
HSL13.64º27.85%69.02%-
HSV(B)13.64º22.22%77.65%-
XYZ42.440.8936.23-
YUV173.03117.26145.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 164 (64.45% from 255) = 31.78%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=38.37%
G=31.78%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816415400.170.220.2213.6427.8569.02
HexC6A49A0111616e1c45
Octal30624423202126261634105
Binary11000110101001001001101001000110110101101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A49A; }

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

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

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

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

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

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

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

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