Html Css Color HEX #D46C77 Froly

📋 copy color: '#D46C77'

red 212 ◦ green 108 ◦ blue 119

#D46C77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #D46C77

Tints of Froly #D46C77

RGB

 RED value IS 212 (83.2% from 255) = 48.29%

 GREEN value IS 108 (42.58% from 255) = 24.6%

 BLUE value IS 119 (46.88% from 255) = 27.11%

R = 48.29%
G = 24.6%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D46C77 (or 0xD46C77) is known color: Froly. HEX triplet: D4, 6C and 77. RGB value is (212,108,119). Sum of RGB (Red+Green+Blue) = 212+108+119=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46C77 is #2B9388. Grayscale: #8C8C8C. Windows color (decimal): -2855817 or 7826644. OLE color: 7826644.

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

Color convert

RGB 212 108 119 -
CMYK 0 0.49 0.44 0.17
HSL 353.65º 0.55% 0.63% -
HSV(B) 353.65º 0.49% 0.83% -
XYZ 35.84 26.05 20.59 -
YUV 140.35 115.96 179.11 -
System Red Green Blue C M Y K H S L
Decimal 212 108 119 0 0.49 0.44 0.17 353.65 0.55 0.63
Hex D4 6C 77 0 31 2C 11 162 37 3F
Octal 324 154 167 0 61 54 21 542 67 77
Binary 11010100 1101100 1110111 0 110001 101100 10001 101100010 110111 111111

Color Harmonies of #D46C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46C77

Black with #D46C77

Text Example


Text Example

White with #D46C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46C77; }

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

 H1.HeaderClassName
 {
   color: #D46C77;
 }
 .AnyTagClassName
 {
   color: #D46C77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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