Html Css Color HEX #D47578 Froly

📋 copy color: '#D47578'

red 212 ◦ green 117 ◦ blue 120

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

Shades of Froly #D47578

Tints of Froly #D47578

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.06%

 BLUE value IS 120 (47.27% from 255) = 26.73%

R = 47.22%
G = 26.06%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D47578 (or 0xD47578) is known color: Froly. HEX triplet: D4, 75 and 78. RGB value is (212,117,120). Sum of RGB (Red+Green+Blue) = 212+117+120=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D47578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47578 is #2B8A87. Grayscale: #919191. Windows color (decimal): -2853512 or 7894484. OLE color: 7894484.

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

Color convert

RGB 212 117 120 -
CMYK 0 0.45 0.43 0.17
HSL 358.11º 0.52% 0.65% -
HSV(B) 358.11º 0.45% 0.83% -
XYZ 36.9 28.08 21.24 -
YUV 145.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 212 117 120 0 0.45 0.43 0.17 358.11 0.52 0.65
Hex D4 75 78 0 2D 2B 11 166 34 41
Octal 324 165 170 0 55 53 21 546 64 101
Binary 11010100 1110101 1111000 0 101101 101011 10001 101100110 110100 1000001

Color Harmonies of #D47578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47578

Black with #D47578

Text Example


Text Example

White with #D47578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47578; }

 p { color: rgb(212,117,120); }

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

background-color css

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

 a { background-color: rgb(212,117,120); }

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

border-color css

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

 span { border-color: rgb(212,117,120); }

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