Html Css Color HEX #D8788B Charm

📋 copy color: '#D8788B'

red 216 ◦ green 120 ◦ blue 139

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

Shades of Charm #D8788B

Tints of Charm #D8788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.26%

R = 45.47%
G = 25.26%
B = 29.26%

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

#D8788B (or 0xD8788B) is known color: Charm. HEX triplet: D8, 78 and 8B. RGB value is (216,120,139). Sum of RGB (Red+Green+Blue) = 216+120+139=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8788B is #278774. Grayscale: #969696. Windows color (decimal): -2590581 or 9140440. OLE color: 9140440.

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

Color convert

RGB 216 120 139 -
CMYK 0 0.44 0.36 0.15
HSL 348.13º 0.55% 0.66% -
HSV(B) 348.13º 0.44% 0.85% -
XYZ 39.7 29.9 28.1 -
YUV 150.87 121.3 174.46 -
System Red Green Blue C M Y K H S L
Decimal 216 120 139 0 0.44 0.36 0.15 348.13 0.55 0.66
Hex D8 78 8B 0 2C 24 F 15C 37 42
Octal 330 170 213 0 54 44 17 534 67 102
Binary 11011000 1111000 10001011 0 101100 100100 1111 101011100 110111 1000010

Color Harmonies of #D8788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8788B

Black with #D8788B

Text Example


Text Example

White with #D8788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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