Html Css Color HEX #D0828C Charm

📋 copy color: '#D0828C'

red 208 ◦ green 130 ◦ blue 140

#D0828C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D0828C

Tints of Charm #D0828C

RGB

 RED value IS 208 (81.64% from 255) = 43.51%

 GREEN value IS 130 (51.17% from 255) = 27.2%

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 43.51%
G = 27.2%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0828C (or 0xD0828C) is known color: 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

RGB 208 130 140 -
CMYK 0 0.38 0.33 0.18
HSL 352.31º 0.45% 0.66% -
HSV(B) 352.31º 0.38% 0.82% -
XYZ 38.73 31.27 28.81 -
YUV 154.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 208 130 140 0 0.38 0.33 0.18 352.31 0.45 0.66
Hex D0 82 8C 0 26 21 12 160 2D 42
Octal 320 202 214 0 46 41 22 540 55 102
Binary 11010000 10000010 10001100 0 100110 100001 10010 101100000 101101 1000010

Color Harmonies of #D0828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0828C

Black with #D0828C

Text Example


Text Example

White with #D0828C

Text Example


Text Example

HTML Codes & Css Web 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>