Html Css Color HEX #D47C8B Charm

📋 copy color: '#D47C8B'

red 212 ◦ green 124 ◦ blue 139

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

Shades of Charm #D47C8B

Tints of Charm #D47C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.26%

R = 44.63%
G = 26.11%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D47C8B (or 0xD47C8B) is known color: Charm. HEX triplet: D4, 7C and 8B. RGB value is (212,124,139). Sum of RGB (Red+Green+Blue) = 212+124+139=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47C8B is #2B8374. Grayscale: #989898. Windows color (decimal): -2851701 or 9141460. OLE color: 9141460.

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

Color convert

RGB 212 124 139 -
CMYK 0 0.42 0.34 0.17
HSL 349.77º 0.51% 0.66% -
HSV(B) 349.77º 0.42% 0.83% -
XYZ 39.02 30.28 28.21 -
YUV 152.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 212 124 139 0 0.42 0.34 0.17 349.77 0.51 0.66
Hex D4 7C 8B 0 2A 22 11 15E 33 42
Octal 324 174 213 0 52 42 21 536 63 102
Binary 11010100 1111100 10001011 0 101010 100010 10001 101011110 110011 1000010

Color Harmonies of #D47C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47C8B

Black with #D47C8B

Text Example


Text Example

White with #D47C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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