Html Css Color HEX #D87680 Charm

📋 copy color: '#D87680'

red 216 ◦ green 118 ◦ blue 128

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

Shades of Charm #D87680

Tints of Charm #D87680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.54%

 BLUE value IS 128 (50.39% from 255) = 27.71%

R = 46.75%
G = 25.54%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D87680 (or 0xD87680) is known color: Charm. HEX triplet: D8, 76 and 80. RGB value is (216,118,128). Sum of RGB (Red+Green+Blue) = 216+118+128=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D87680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87680 is #27897F. Grayscale: #949494. Windows color (decimal): -2591104 or 8419032. OLE color: 8419032.

HSL color Cylindrical-coordinate representation of color #D87680: hue angle of 353.88º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D87680 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 118 128 -
CMYK 0 0.45 0.41 0.15
HSL 353.88º 0.56% 0.65% -
HSV(B) 353.88º 0.45% 0.85% -
XYZ 38.69 29.11 24 -
YUV 148.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 216 118 128 0 0.45 0.41 0.15 353.88 0.56 0.65
Hex D8 76 80 0 2D 29 F 162 38 41
Octal 330 166 200 0 55 51 17 542 70 101
Binary 11011000 1110110 10000000 0 101101 101001 1111 101100010 111000 1000001

Color Harmonies of #D87680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87680

Black with #D87680

Text Example


Text Example

White with #D87680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87680; }

 p { color: rgb(216,118,128); }

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

background-color css

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

 a { background-color: rgb(216,118,128); }

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

border-color css

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

 span { border-color: rgb(216,118,128); }

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