#C6A49B

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

Shades of Eunry #C6A49B

Tints of Eunry #C6A49B

Color information

#C6A49B (or 0xC6A49B) is unknown color: approx Eunry. HEX triplet: C6, A4 and 9B. RGB value is (198,164,155). Sum of RGB (Red+Green+Blue) = 198+164+155=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A49B is #395B64. Grayscale: #ADADAD. Windows color (decimal): -3758949 or 10200262. OLE color: 10200262.

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

Color convert

RGB198164155-
CMYK00.170.220.22
HSL12.56º27.39%69.22%-
HSV(B)12.56º21.72%77.65%-
XYZ42.4840.9236.67-
YUV173.14117.76145.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 155 (60.94% from 255) = 29.98%
R=38.30%
G=31.72%
B=29.98%

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
Decimal19816415500.170.220.2212.5627.3969.22
HexC6A49B0111616d1b45
Octal30624423302126261533105
Binary11000110101001001001101101000110110101101101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A49B; }

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

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

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

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

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

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

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

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