#D0778A

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

Shades of Charm #D0778A

Tints of Charm #D0778A

Color information

#D0778A (or 0xD0778A) is unknown color: approx Charm. HEX triplet: D0, 77 and 8A. RGB value is (208,119,138). Sum of RGB (Red+Green+Blue) = 208+119+138=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0778A is #2F8875. Grayscale: #939393. Windows color (decimal): -3115126 or 9074640. OLE color: 9074640.

HSL color Cylindrical-coordinate representation of color #D0778A: hue angle of 347.19º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0778A is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB208119138-
CMYK00.430.340.18
HSL347.19º48.63%64.12%-
HSV(B)347.19º42.79%81.57%-
XYZ37.228.4427.57-
YUV147.78122.49170.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.73%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=44.73%
G=25.59%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811913800.430.340.18347.1948.6364.12
HexD0778A02B221215b3140
Octal320167212053422253361100
Binary110100001110111100010100101011100010100101010110111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0778A; }

 p { color: rgb(208,119,138); }

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

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

 a { background-color: rgb(208,119,138); }

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

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

 span { border-color: rgb(208,119,138); }

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