#D06C80

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

Shades of Charm #D06C80

Tints of Charm #D06C80

Color information

#D06C80 (or 0xD06C80) is unknown color: approx Charm. HEX triplet: D0, 6C and 80. RGB value is (208,108,128). Sum of RGB (Red+Green+Blue) = 208+108+128=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06C80 is #2F937F. Grayscale: #8C8C8C. Windows color (decimal): -3117952 or 8416464. OLE color: 8416464.

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

Color convert

RGB208108128-
CMYK00.480.380.18
HSL348º51.55%61.96%-
HSV(B)348º48.08%81.57%-
XYZ35.2725.6923.52-
YUV140.18121.13176.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 108 (42.58% from 255) = 24.32%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=46.85%
G=24.32%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810812800.480.380.1834851.5561.96
HexD06C80030261215c343e
Octal32015420006046225346476
Binary11010000110110010000000011000010011010010101011100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06C80; }

 p { color: rgb(208,108,128); }

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

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

 a { background-color: rgb(208,108,128); }

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

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

 span { border-color: rgb(208,108,128); }

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