#D0828C

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

Shades of Charm #D0828C

Tints of Charm #D0828C

Color information

#D0828C (or 0xD0828C) is unknown color: approx Charm. HEX triplet: D0, 82 and 8C. RGB value is (208,130,140). Sum of RGB (Red+Green+Blue) = 208+130+140=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D0828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0828C is #2F7D73. Grayscale: #9A9A9A. Windows color (decimal): -3112308 or 9208528. OLE color: 9208528.

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

Color convert

RGB208130140-
CMYK00.380.330.18
HSL352.31º45.35%66.27%-
HSV(B)352.31º37.5%81.57%-
XYZ38.7331.2728.81-
YUV154.46119.84166.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.51%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=43.51%
G=27.20%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813014000.380.330.18352.3145.3566.27
HexD0828C02621121602d42
Octal320202214046412254055102
Binary1101000010000010100011000100110100001100101011000001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0828C; }

 p { color: rgb(208,130,140); }

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

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

 a { background-color: rgb(208,130,140); }

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

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

 span { border-color: rgb(208,130,140); }

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