Html Css Color HEX #D46B72 Froly

📋 copy color: '#D46B72'

red 212 ◦ green 107 ◦ blue 114

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

Shades of Froly #D46B72

Tints of Froly #D46B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.71%

 BLUE value IS 114 (44.92% from 255) = 26.33%

R = 48.96%
G = 24.71%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D46B72 (or 0xD46B72) is known color: Froly. HEX triplet: D4, 6B and 72. RGB value is (212,107,114). Sum of RGB (Red+Green+Blue) = 212+107+114=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46B72 is #2B948D. Grayscale: #8B8B8B. Windows color (decimal): -2856078 or 7498708. OLE color: 7498708.

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

Color convert

RGB 212 107 114 -
CMYK 0 0.50 0.46 0.17
HSL 356º 0.55% 0.63% -
HSV(B) 356º 0.5% 0.83% -
XYZ 35.45 25.73 19.02 -
YUV 139.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 212 107 114 0 0.50 0.46 0.17 356 0.55 0.63
Hex D4 6B 72 0 32 2E 11 164 37 3F
Octal 324 153 162 0 62 56 21 544 67 77
Binary 11010100 1101011 1110010 0 110010 101110 10001 101100100 110111 111111

Color Harmonies of #D46B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46B72

Black with #D46B72

Text Example


Text Example

White with #D46B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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