#D07186

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

Shades of Charm #D07186

Tints of Charm #D07186

Color information

#D07186 (or 0xD07186) is unknown color: approx Charm. HEX triplet: D0, 71 and 86. RGB value is (208,113,134). Sum of RGB (Red+Green+Blue) = 208+113+134=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D07186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07186 is #2F8E79. Grayscale: #8F8F8F. Windows color (decimal): -3116666 or 8810960. OLE color: 8810960.

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

Color convert

RGB208113134-
CMYK00.460.360.18
HSL346.74º50.26%62.94%-
HSV(B)346.74º45.67%81.57%-
XYZ36.2226.9425.85-
YUV143.8122.47173.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=45.71%
G=24.84%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811313400.460.360.18346.7450.2662.94
HexD0718602E241215b323f
Octal32016120605644225336277
Binary11010000111000110000110010111010010010010101011011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07186; }

 p { color: rgb(208,113,134); }

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

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

 a { background-color: rgb(208,113,134); }

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

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

 span { border-color: rgb(208,113,134); }

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