#D5797A

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

Shades of Froly #D5797A

Tints of Froly #D5797A

Color information

#D5797A (or 0xD5797A) is unknown color: approx Froly. HEX triplet: D5, 79 and 7A. RGB value is (213,121,122). Sum of RGB (Red+Green+Blue) = 213+121+122=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5797A is #2A8685. Grayscale: #949494. Windows color (decimal): -2786950 or 8026581. OLE color: 8026581.

HSL color Cylindrical-coordinate representation of color #D5797A: hue angle of 359.35º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5797A is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB213121122-
CMYK00.430.430.16
HSL359.35º52.27%65.49%-
HSV(B)359.35º43.19%83.53%-
XYZ37.7929.2322.06-
YUV148.62112.98173.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=46.71%
G=26.54%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312112200.430.430.16359.3552.2765.49
HexD5797A02B2B101673441
Octal325171172053532054764101
Binary11010101111100111110100101011101011100001011001111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5797A; }

 p { color: rgb(213,121,122); }

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

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

 a { background-color: rgb(213,121,122); }

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

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

 span { border-color: rgb(213,121,122); }

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