Html Css Color HEX #D46A6F Froly

📋 copy color: '#D46A6F'

red 212 ◦ green 106 ◦ blue 111

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

Shades of Froly #D46A6F

Tints of Froly #D46A6F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

 BLUE value IS 111 (43.75% from 255) = 25.87%

R = 49.42%
G = 24.71%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D46A6F (or 0xD46A6F) is known color: Froly. HEX triplet: D4, 6A and 6F. RGB value is (212,106,111). Sum of RGB (Red+Green+Blue) = 212+106+111=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46A6F is #2B9590. Grayscale: #8A8A8A. Windows color (decimal): -2856337 or 7301844. OLE color: 7301844.

HSL color Cylindrical-coordinate representation of color #D46A6F: hue angle of 357.17º 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 #D46A6F is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 106 111 -
CMYK 0 0.5 0.48 0.17
HSL 357.17º 0.55% 0.62% -
HSV(B) 357.17º 0.5% 0.83% -
XYZ 35.17 25.45 18.1 -
YUV 138.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 212 106 111 0 0.5 0.48 0.17 357.17 0.55 0.62
Hex D4 6A 6F 0 32 30 11 165 37 3E
Octal 324 152 157 0 62 60 21 545 67 76
Binary 11010100 1101010 1101111 0 110010 110000 10001 101100101 110111 111110

Color Harmonies of #D46A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46A6F

Black with #D46A6F

Text Example


Text Example

White with #D46A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46A6F; }

 p { color: rgb(212,106,111); }

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

background-color css

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

 a { background-color: rgb(212,106,111); }

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

border-color css

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

 span { border-color: rgb(212,106,111); }

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