Html Css Color HEX #D47276 Froly

📋 copy color: '#D47276'

red 212 ◦ green 114 ◦ blue 118

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

Shades of Froly #D47276

Tints of Froly #D47276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.68%

 BLUE value IS 118 (46.48% from 255) = 26.58%

R = 47.75%
G = 25.68%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D47276 (or 0xD47276) is known color: Froly. HEX triplet: D4, 72 and 76. RGB value is (212,114,118). Sum of RGB (Red+Green+Blue) = 212+114+118=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D47276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47276 is #2B8D89. Grayscale: #8F8F8F. Windows color (decimal): -2854282 or 7762644. OLE color: 7762644.

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

Color convert

RGB 212 114 118 -
CMYK 0 0.46 0.44 0.17
HSL 357.55º 0.53% 0.64% -
HSV(B) 357.55º 0.46% 0.83% -
XYZ 36.44 27.34 20.5 -
YUV 143.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 212 114 118 0 0.46 0.44 0.17 357.55 0.53 0.64
Hex D4 72 76 0 2E 2C 11 166 35 40
Octal 324 162 166 0 56 54 21 546 65 100
Binary 11010100 1110010 1110110 0 101110 101100 10001 101100110 110101 1000000

Color Harmonies of #D47276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47276

Black with #D47276

Text Example


Text Example

White with #D47276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47276; }

 p { color: rgb(212,114,118); }

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

background-color css

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

 a { background-color: rgb(212,114,118); }

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

border-color css

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

 span { border-color: rgb(212,114,118); }

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