Html Css Color HEX #D46A70 Froly

📋 copy color: '#D46A70'

red 212 ◦ green 106 ◦ blue 112

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

Shades of Froly #D46A70

Tints of Froly #D46A70

RGB

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

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

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

R = 49.3%
G = 24.65%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D46A70 (or 0xD46A70) is known color: Froly. HEX triplet: D4, 6A and 70. RGB value is (212,106,112). Sum of RGB (Red+Green+Blue) = 212+106+112=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46A70 is #2B958F. Grayscale: #8A8A8A. Windows color (decimal): -2856336 or 7367380. OLE color: 7367380.

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

Color convert

RGB 212 106 112 -
CMYK 0 0.5 0.47 0.17
HSL 356.6º 0.55% 0.62% -
HSV(B) 356.6º 0.5% 0.83% -
XYZ 35.23 25.47 18.39 -
YUV 138.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 212 106 112 0 0.5 0.47 0.17 356.6 0.55 0.62
Hex D4 6A 70 0 32 2F 11 165 37 3E
Octal 324 152 160 0 62 57 21 545 67 76
Binary 11010100 1101010 1110000 0 110010 101111 10001 101100101 110111 111110

Color Harmonies of #D46A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46A70

Black with #D46A70

Text Example


Text Example

White with #D46A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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