Html Css Color HEX #D46973 Froly

📋 copy color: '#D46973'

red 212 ◦ green 105 ◦ blue 115

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

Shades of Froly #D46973

Tints of Froly #D46973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.31%

 BLUE value IS 115 (45.31% from 255) = 26.62%

R = 49.07%
G = 24.31%
B = 26.62%

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

#D46973 (or 0xD46973) is known color: Froly. HEX triplet: D4, 69 and 73. RGB value is (212,105,115). Sum of RGB (Red+Green+Blue) = 212+105+115=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D46973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46973 is #2B968C. Grayscale: #8A8A8A. Windows color (decimal): -2856589 or 7563732. OLE color: 7563732.

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

Color convert

RGB 212 105 115 -
CMYK 0 0.50 0.46 0.17
HSL 354.39º 0.55% 0.62% -
HSV(B) 354.39º 0.5% 0.83% -
XYZ 35.3 25.34 19.25 -
YUV 138.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 212 105 115 0 0.50 0.46 0.17 354.39 0.55 0.62
Hex D4 69 73 0 32 2E 11 162 37 3E
Octal 324 151 163 0 62 56 21 542 67 76
Binary 11010100 1101001 1110011 0 110010 101110 10001 101100010 110111 111110

Color Harmonies of #D46973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46973

Black with #D46973

Text Example


Text Example

White with #D46973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46973; }

 p { color: rgb(212,105,115); }

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

background-color css

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

 a { background-color: rgb(212,105,115); }

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

border-color css

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

 span { border-color: rgb(212,105,115); }

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