Html Css Color HEX #D8798C Charm

📋 copy color: '#D8798C'

red 216 ◦ green 121 ◦ blue 140

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

Shades of Charm #D8798C

Tints of Charm #D8798C

RGB

 RED value IS 216 (84.77% from 255) = 45.28%

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

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

R = 45.28%
G = 25.37%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8798C (or 0xD8798C) is known color: Charm. HEX triplet: D8, 79 and 8C. RGB value is (216,121,140). Sum of RGB (Red+Green+Blue) = 216+121+140=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8798C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8798C is #278673. Grayscale: #979797. Windows color (decimal): -2590324 or 9206232. OLE color: 9206232.

HSL color Cylindrical-coordinate representation of color #D8798C: hue angle of 348º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8798C is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 121 140 -
CMYK 0 0.44 0.35 0.15
HSL 348º 0.55% 0.66% -
HSV(B) 348º 0.44% 0.85% -
XYZ 39.89 30.17 28.53 -
YUV 151.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 216 121 140 0 0.44 0.35 0.15 348 0.55 0.66
Hex D8 79 8C 0 2C 23 F 15C 37 42
Octal 330 171 214 0 54 43 17 534 67 102
Binary 11011000 1111001 10001100 0 101100 100011 1111 101011100 110111 1000010

Color Harmonies of #D8798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8798C

Black with #D8798C

Text Example


Text Example

White with #D8798C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8798C; }

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

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

background-color css

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

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

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

border-color css

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

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

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