Html Css Color HEX #D47C86 Charm

📋 copy color: '#D47C86'

red 212 ◦ green 124 ◦ blue 134

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

Shades of Charm #D47C86

Tints of Charm #D47C86

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.38%

 BLUE value IS 134 (52.73% from 255) = 28.51%

R = 45.11%
G = 26.38%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D47C86 (or 0xD47C86) is known color: Charm. HEX triplet: D4, 7C and 86. RGB value is (212,124,134). Sum of RGB (Red+Green+Blue) = 212+124+134=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47C86 is #2B8379. Grayscale: #979797. Windows color (decimal): -2851706 or 8813780. OLE color: 8813780.

HSL color Cylindrical-coordinate representation of color #D47C86: hue angle of 353.18º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47C86 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 124 134 -
CMYK 0 0.42 0.37 0.17
HSL 353.18º 0.51% 0.66% -
HSV(B) 353.18º 0.42% 0.83% -
XYZ 38.66 30.13 26.33 -
YUV 151.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 212 124 134 0 0.42 0.37 0.17 353.18 0.51 0.66
Hex D4 7C 86 0 2A 25 11 161 33 42
Octal 324 174 206 0 52 45 21 541 63 102
Binary 11010100 1111100 10000110 0 101010 100101 10001 101100001 110011 1000010

Color Harmonies of #D47C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47C86

Black with #D47C86

Text Example


Text Example

White with #D47C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47C86; }

 p { color: rgb(212,124,134); }

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

background-color css

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

 a { background-color: rgb(212,124,134); }

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

border-color css

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

 span { border-color: rgb(212,124,134); }

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