#d0737c

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

Shades of Charm #D0737C

Tints of Charm #D0737C

Color information

#D0737C (or 0xD0737C) is unknown color: approx Charm. HEX triplet: D0, 73 and 7C. RGB value is (208,115,124). Sum of RGB (Red+Green+Blue) = 208+115+124=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0737C is #2F8C83. Grayscale: #8F8F8F. Windows color (decimal): -3116164 or 8156112. OLE color: 8156112.

HSL color Cylindrical-coordinate representation of color #D0737C: hue angle of 354.19º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0737C is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB208115124-
CMYK00.450.400.18
HSL354.19º49.73%63.33%-
HSV(B)354.19º44.71%81.57%-
XYZ35.7827.1322.42-
YUV143.83116.81173.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.53%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=46.53%
G=25.73%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811512400.450.400.18354.1949.7363.33
HexD0737C02D2812162323f
Octal32016317405550225426277
Binary1101000011100111111100010110110100010010101100010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0737c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0737c; }

 p { color: rgb(208,115,124); }

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

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

 a { background-color: rgb(208,115,124); }

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

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

 span { border-color: rgb(208,115,124); }

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