Html Css Color HEX #D47A7F Charm

📋 copy color: '#D47A7F'

red 212 ◦ green 122 ◦ blue 127

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

Shades of Charm #D47A7F

Tints of Charm #D47A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.46%

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

R = 45.99%
G = 26.46%
B = 27.55%

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

#D47A7F (or 0xD47A7F) is known color: Charm. HEX triplet: D4, 7A and 7F. RGB value is (212,122,127). Sum of RGB (Red+Green+Blue) = 212+122+127=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47A7F is #2B8580. Grayscale: #959595. Windows color (decimal): -2852225 or 8354516. OLE color: 8354516.

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

Color convert

RGB 212 122 127 -
CMYK 0 0.42 0.40 0.17
HSL 356.67º 0.51% 0.65% -
HSV(B) 356.67º 0.42% 0.83% -
XYZ 37.94 29.45 23.76 -
YUV 149.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 212 122 127 0 0.42 0.40 0.17 356.67 0.51 0.65
Hex D4 7A 7F 0 2A 28 11 165 33 41
Octal 324 172 177 0 52 50 21 545 63 101
Binary 11010100 1111010 1111111 0 101010 101000 10001 101100101 110011 1000001

Color Harmonies of #D47A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A7F

Black with #D47A7F

Text Example


Text Example

White with #D47A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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