Html Css Color HEX #D8788A Charm

📋 copy color: '#D8788A'

red 216 ◦ green 120 ◦ blue 138

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

Shades of Charm #D8788A

Tints of Charm #D8788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 45.57%
G = 25.32%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8788A (or 0xD8788A) is known color: Charm. HEX triplet: D8, 78 and 8A. RGB value is (216,120,138). Sum of RGB (Red+Green+Blue) = 216+120+138=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8788A is #278775. Grayscale: #969696. Windows color (decimal): -2590582 or 9074904. OLE color: 9074904.

HSL color Cylindrical-coordinate representation of color #D8788A: hue angle of 348.75º 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 #D8788A is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 120 138 -
CMYK 0 0.44 0.36 0.15
HSL 348.75º 0.55% 0.66% -
HSV(B) 348.75º 0.44% 0.85% -
XYZ 39.62 29.87 27.72 -
YUV 150.76 120.8 174.54 -
System Red Green Blue C M Y K H S L
Decimal 216 120 138 0 0.44 0.36 0.15 348.75 0.55 0.66
Hex D8 78 8A 0 2C 24 F 15D 37 42
Octal 330 170 212 0 54 44 17 535 67 102
Binary 11011000 1111000 10001010 0 101100 100100 1111 101011101 110111 1000010

Color Harmonies of #D8788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8788A

Black with #D8788A

Text Example


Text Example

White with #D8788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8788A; }

 p { color: rgb(216,120,138); }

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

background-color css

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

 a { background-color: rgb(216,120,138); }

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

border-color css

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

 span { border-color: rgb(216,120,138); }

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