Html Css Color HEX #D47C7F Charm

📋 copy color: '#D47C7F'

red 212 ◦ green 124 ◦ blue 127

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

Shades of Charm #D47C7F

Tints of Charm #D47C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.43%

R = 45.79%
G = 26.78%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D47C7F (or 0xD47C7F) is known color: Charm. HEX triplet: D4, 7C and 7F. RGB value is (212,124,127). Sum of RGB (Red+Green+Blue) = 212+124+127=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C7F is #2B8380. Grayscale: #969696. Windows color (decimal): -2851713 or 8355028. OLE color: 8355028.

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

Color convert

RGB 212 124 127 -
CMYK 0 0.42 0.40 0.17
HSL 357.95º 0.51% 0.66% -
HSV(B) 357.95º 0.42% 0.83% -
XYZ 38.19 29.94 23.85 -
YUV 150.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 212 124 127 0 0.42 0.40 0.17 357.95 0.51 0.66
Hex D4 7C 7F 0 2A 28 11 166 33 42
Octal 324 174 177 0 52 50 21 546 63 102
Binary 11010100 1111100 1111111 0 101010 101000 10001 101100110 110011 1000010

Color Harmonies of #D47C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47C7F

Black with #D47C7F

Text Example


Text Example

White with #D47C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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