#D07689

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

Shades of Charm #D07689

Tints of Charm #D07689

Color information

#D07689 (or 0xD07689) is unknown color: approx Charm. HEX triplet: D0, 76 and 89. RGB value is (208,118,137). Sum of RGB (Red+Green+Blue) = 208+118+137=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D07689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07689 is #2F8976. Grayscale: #939393. Windows color (decimal): -3115383 or 9008848. OLE color: 9008848.

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

Color convert

RGB208118137-
CMYK00.430.340.18
HSL347.33º48.91%63.92%-
HSV(B)347.33º43.27%81.57%-
XYZ37.0128.1727.15-
YUV147.08122.32171.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.92%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 137 (53.91% from 255) = 29.59%
R=44.92%
G=25.49%
B=29.59%

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
Decimal20811813700.430.340.18347.3348.9163.92
HexD0768902B221215b3140
Octal320166211053422253361100
Binary110100001110110100010010101011100010100101010110111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07689; }

 p { color: rgb(208,118,137); }

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

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

 a { background-color: rgb(208,118,137); }

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

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

 span { border-color: rgb(208,118,137); }

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