#C6A19D

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

Shades of Eunry #C6A19D

Tints of Eunry #C6A19D

Color information

#C6A19D (or 0xC6A19D) is unknown color: approx Eunry. HEX triplet: C6, A1 and 9D. RGB value is (198,161,157). Sum of RGB (Red+Green+Blue) = 198+161+157=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A19D is #395E62. Grayscale: #ABABAB. Windows color (decimal): -3759715 or 10330566. OLE color: 10330566.

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

Color convert

RGB198161157-
CMYK00.190.210.22
HSL5.85º26.45%69.61%-
HSV(B)5.85º20.71%77.65%-
XYZ42.1239.9337.39-
YUV171.61119.76146.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 161 (63.28% from 255) = 31.20%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=38.37%
G=31.20%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816115700.190.210.225.8526.4569.61
HexC6A19D013151661a46
Octal3062412350232526632106
Binary1100011010100001100111010100111010110110110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A19D; }

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

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

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

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

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

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

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

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