#D36A7C

Color #D36A7C Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D36A7C

Tints of Charm #D36A7C

Color information

#D36A7C (or 0xD36A7C) is unknown color: approx Charm. HEX triplet: D3, 6A and 7C. RGB value is (211,106,124). Sum of RGB (Red+Green+Blue) = 211+106+124=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D36A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36A7C is #2C9583. Grayscale: #8B8B8B. Windows color (decimal): -2921860 or 8153811. OLE color: 8153811.

HSL color Cylindrical-coordinate representation of color #D36A7C: hue angle of 349.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36A7C is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB211106124-
CMYK00.500.410.17
HSL349.71º54.4%62.16%-
HSV(B)349.71º49.76%82.75%-
XYZ35.6625.6122.13-
YUV139.45119.29179.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.85%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=47.85%
G=24.04%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110612400.500.410.17349.7154.462.16
HexD36A7C032291115e363e
Octal32315217406251215366676
Binary1101001111010101111100011001010100110001101011110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36A7C; }

 p { color: rgb(211,106,124); }

 H1.HeaderClassName
 {
   color: #D36A7C;
 }
 .AnyTagClassName
 {
   color: #D36A7C;
 }
</style>
background-color css

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

 a { background-color: rgb(211,106,124); }

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

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

 span { border-color: rgb(211,106,124); }

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