#D46977

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

Shades of Froly #D46977

Tints of Froly #D46977

Color information

#D46977 (or 0xD46977) is unknown color: approx Froly. HEX triplet: D4, 69 and 77. RGB value is (212,105,119). Sum of RGB (Red+Green+Blue) = 212+105+119=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D46977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46977 is #2B9688. Grayscale: #8A8A8A. Windows color (decimal): -2856585 or 7825876. OLE color: 7825876.

HSL color Cylindrical-coordinate representation of color #D46977: hue angle of 352.15º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46977 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB212105119-
CMYK00.500.440.17
HSL352.15º55.44%62.16%-
HSV(B)352.15º50.47%83.14%-
XYZ35.5325.4320.49-
YUV138.59116.95180.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.62%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=48.62%
G=24.08%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210511900.500.440.17352.1555.4462.16
HexD469770322C11160373e
Octal32415116706254215406776
Binary1101010011010011110111011001010110010001101100000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46977; }

 p { color: rgb(212,105,119); }

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

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

 a { background-color: rgb(212,105,119); }

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

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

 span { border-color: rgb(212,105,119); }

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