#D07891

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

Shades of Charm #D07891

Tints of Charm #D07891

Color information

#D07891 (or 0xD07891) is unknown color: approx Charm. HEX triplet: D0, 78 and 91. RGB value is (208,120,145). Sum of RGB (Red+Green+Blue) = 208+120+145=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D07891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07891 is #2F876E. Grayscale: #959595. Windows color (decimal): -3114863 or 9533648. OLE color: 9533648.

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

Color convert

RGB208120145-
CMYK00.420.300.18
HSL342.95º48.35%64.31%-
HSV(B)342.95º42.31%81.57%-
XYZ37.8428.8930.37-
YUV149.16125.65169.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 145 (57.03% from 255) = 30.66%
R=43.97%
G=25.37%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812014500.420.300.18342.9548.3564.31
HexD0789102A1E121573040
Octal320170221052362252760100
Binary11010000111100010010001010101011110100101010101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07891; }

 p { color: rgb(208,120,145); }

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

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

 a { background-color: rgb(208,120,145); }

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

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

 span { border-color: rgb(208,120,145); }

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