Html Css Color HEX #D0798C Charm

📋 copy color: '#D0798C'

red 208 ◦ green 121 ◦ blue 140

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

Shades of Charm #D0798C

Tints of Charm #D0798C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.8%

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

R = 44.35%
G = 25.8%
B = 29.85%

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

#D0798C (or 0xD0798C) is known color: Charm. HEX triplet: D0, 79 and 8C. RGB value is (208,121,140). Sum of RGB (Red+Green+Blue) = 208+121+140=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0798C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0798C is #2F8673. Grayscale: #959595. Windows color (decimal): -3114612 or 9206224. OLE color: 9206224.

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

Color convert

RGB 208 121 140 -
CMYK 0 0.42 0.33 0.18
HSL 346.9º 0.48% 0.65% -
HSV(B) 346.9º 0.42% 0.82% -
XYZ 37.58 28.98 28.42 -
YUV 149.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 208 121 140 0 0.42 0.33 0.18 346.9 0.48 0.65
Hex D0 79 8C 0 2A 21 12 15B 30 41
Octal 320 171 214 0 52 41 22 533 60 101
Binary 11010000 1111001 10001100 0 101010 100001 10010 101011011 110000 1000001

Color Harmonies of #D0798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0798C

Black with #D0798C

Text Example


Text Example

White with #D0798C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0798C; }

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

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

background-color css

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

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

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

border-color css

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

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

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