Html Css Color HEX #D46C70 Froly

📋 copy color: '#D46C70'

red 212 ◦ green 108 ◦ blue 112

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

Shades of Froly #D46C70

Tints of Froly #D46C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 49.07%
G = 25%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D46C70 (or 0xD46C70) is known color: Froly. HEX triplet: D4, 6C and 70. RGB value is (212,108,112). Sum of RGB (Red+Green+Blue) = 212+108+112=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46C70 is #2B938F. Grayscale: #8B8B8B. Windows color (decimal): -2855824 or 7367892. OLE color: 7367892.

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

Color convert

RGB 212 108 112 -
CMYK 0 0.49 0.47 0.17
HSL 357.69º 0.55% 0.63% -
HSV(B) 357.69º 0.49% 0.83% -
XYZ 35.44 25.89 18.46 -
YUV 139.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 212 108 112 0 0.49 0.47 0.17 357.69 0.55 0.63
Hex D4 6C 70 0 31 2F 11 166 37 3F
Octal 324 154 160 0 61 57 21 546 67 77
Binary 11010100 1101100 1110000 0 110001 101111 10001 101100110 110111 111111

Color Harmonies of #D46C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46C70

Black with #D46C70

Text Example


Text Example

White with #D46C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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