Html Css Color HEX #D0788C Charm

📋 copy color: '#D0788C'

red 208 ◦ green 120 ◦ blue 140

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

Shades of Charm #D0788C

Tints of Charm #D0788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.64%

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

R = 44.44%
G = 25.64%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0788C (or 0xD0788C) is known color: Charm. HEX triplet: D0, 78 and 8C. RGB value is (208,120,140). Sum of RGB (Red+Green+Blue) = 208+120+140=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0788C is #2F8773. Grayscale: #949494. Windows color (decimal): -3114868 or 9205968. OLE color: 9205968.

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

Color convert

RGB 208 120 140 -
CMYK 0 0.42 0.33 0.18
HSL 346.36º 0.48% 0.64% -
HSV(B) 346.36º 0.42% 0.82% -
XYZ 37.46 28.74 28.38 -
YUV 148.59 123.15 170.37 -
System Red Green Blue C M Y K H S L
Decimal 208 120 140 0 0.42 0.33 0.18 346.36 0.48 0.64
Hex D0 78 8C 0 2A 21 12 15A 30 40
Octal 320 170 214 0 52 41 22 532 60 100
Binary 11010000 1111000 10001100 0 101010 100001 10010 101011010 110000 1000000

Color Harmonies of #D0788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0788C

Black with #D0788C

Text Example


Text Example

White with #D0788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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