Html Css Color HEX #D0808C Charm

📋 copy color: '#D0808C'

red 208 ◦ green 128 ◦ blue 140

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

Shades of Charm #D0808C

Tints of Charm #D0808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.89%

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

R = 43.7%
G = 26.89%
B = 29.41%

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

#D0808C (or 0xD0808C) is known color: Charm. HEX triplet: D0, 80 and 8C. RGB value is (208,128,140). Sum of RGB (Red+Green+Blue) = 208+128+140=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0808C is #2F7F73. Grayscale: #999999. Windows color (decimal): -3112820 or 9208016. OLE color: 9208016.

HSL color Cylindrical-coordinate representation of color #D0808C: hue angle of 351º degrees, saturation: 0.46, 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 #D0808C is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 140 -
CMYK 0 0.38 0.33 0.18
HSL 351º 0.46% 0.66% -
HSV(B) 351º 0.38% 0.82% -
XYZ 38.47 30.74 28.72 -
YUV 153.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 208 128 140 0 0.38 0.33 0.18 351 0.46 0.66
Hex D0 80 8C 0 26 21 12 15F 2E 42
Octal 320 200 214 0 46 41 22 537 56 102
Binary 11010000 10000000 10001100 0 100110 100001 10010 101011111 101110 1000010

Color Harmonies of #D0808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0808C

Black with #D0808C

Text Example


Text Example

White with #D0808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0808C; }

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

 H1.HeaderClassName
 {
   color: #D0808C;
 }
 .AnyTagClassName
 {
   color: #D0808C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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