#C7A294

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

Shades of Eunry #C7A294

Tints of Eunry #C7A294

Color information

#C7A294 (or 0xC7A294) is unknown color: approx Eunry. HEX triplet: C7, A2 and 94. RGB value is (199,162,148). Sum of RGB (Red+Green+Blue) = 199+162+148=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A294 is #385D6B. Grayscale: #ABABAB. Windows color (decimal): -3693932 or 9740999. OLE color: 9740999.

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

Color convert

RGB199162148-
CMYK00.190.260.22
HSL16.47º31.29%68.04%-
HSV(B)16.47º25.63%78.04%-
XYZ41.8240.1233.56-
YUV171.47114.76147.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.10%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=39.10%
G=31.83%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916214800.190.260.2216.4731.2968.04
HexC7A2940131A16101f44
Octal30724222402332262037104
Binary110001111010001010010100010011110101011010000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A294; }

 p { color: rgb(199,162,148); }

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

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

 a { background-color: rgb(199,162,148); }

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

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

 span { border-color: rgb(199,162,148); }

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