Html Css Color HEX #D47B7F Charm

📋 copy color: '#D47B7F'

red 212 ◦ green 123 ◦ blue 127

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

Shades of Charm #D47B7F

Tints of Charm #D47B7F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.62%

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

R = 45.89%
G = 26.62%
B = 27.49%

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

#D47B7F (or 0xD47B7F) is known color: Charm. HEX triplet: D4, 7B and 7F. RGB value is (212,123,127). Sum of RGB (Red+Green+Blue) = 212+123+127=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47B7F is #2B8480. Grayscale: #969696. Windows color (decimal): -2851969 or 8354772. OLE color: 8354772.

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

Color convert

RGB 212 123 127 -
CMYK 0 0.42 0.40 0.17
HSL 357.3º 0.51% 0.66% -
HSV(B) 357.3º 0.42% 0.83% -
XYZ 38.07 29.7 23.8 -
YUV 150.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 212 123 127 0 0.42 0.40 0.17 357.3 0.51 0.66
Hex D4 7B 7F 0 2A 28 11 165 33 42
Octal 324 173 177 0 52 50 21 545 63 102
Binary 11010100 1111011 1111111 0 101010 101000 10001 101100101 110011 1000010

Color Harmonies of #D47B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47B7F

Black with #D47B7F

Text Example


Text Example

White with #D47B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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