#C79F94

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

Shades of Eunry #C79F94

Tints of Eunry #C79F94

Color information

#C79F94 (or 0xC79F94) is unknown color: approx Eunry. HEX triplet: C7, 9F and 94. RGB value is (199,159,148). Sum of RGB (Red+Green+Blue) = 199+159+148=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79F94 is #38606B. Grayscale: #A9A9A9. Windows color (decimal): -3694700 or 9740231. OLE color: 9740231.

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

Color convert

RGB199159148-
CMYK00.200.260.22
HSL12.94º31.29%68.04%-
HSV(B)12.94º25.63%78.04%-
XYZ41.339.0833.38-
YUV169.71115.75148.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 159 (62.5% from 255) = 31.42%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=39.33%
G=31.42%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915914800.200.260.2212.9431.2968.04
HexC79F940141A16d1f44
Octal30723722402432261537104
Binary11000111100111111001010001010011010101101101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79F94; }

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

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

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

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

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

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

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

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