#C6A19F

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

Shades of Eunry #C6A19F

Tints of Eunry #C6A19F

Color information

#C6A19F (or 0xC6A19F) is unknown color: approx Eunry. HEX triplet: C6, A1 and 9F. RGB value is (198,161,159). Sum of RGB (Red+Green+Blue) = 198+161+159=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A19F is #395E60. Grayscale: #ABABAB. Windows color (decimal): -3759713 or 10461638. OLE color: 10461638.

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

Color convert

RGB198161159-
CMYK00.190.200.22
HSL3.08º25.49%70%-
HSV(B)3.08º19.7%77.65%-
XYZ42.294038.29-
YUV171.84120.76146.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.22%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=38.22%
G=31.08%
B=30.69%

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
Decimal19816115900.190.200.223.0825.4970
HexC6A19F013141631946
Octal3062412370232426331106
Binary110001101010000110011111010011101001011011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A19F; }

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

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

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

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

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

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

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

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