Html Css Color HEX #D8768C Charm

📋 copy color: '#D8768C'

red 216 ◦ green 118 ◦ blue 140

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

Shades of Charm #D8768C

Tints of Charm #D8768C

RGB

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

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

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

R = 45.57%
G = 24.89%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8768C (or 0xD8768C) is known color: Charm. HEX triplet: D8, 76 and 8C. RGB value is (216,118,140). Sum of RGB (Red+Green+Blue) = 216+118+140=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8768C is #278973. Grayscale: #959595. Windows color (decimal): -2591092 or 9205464. OLE color: 9205464.

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

Color convert

RGB 216 118 140 -
CMYK 0 0.45 0.35 0.15
HSL 346.53º 0.56% 0.65% -
HSV(B) 346.53º 0.45% 0.85% -
XYZ 39.53 29.45 28.41 -
YUV 149.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 216 118 140 0 0.45 0.35 0.15 346.53 0.56 0.65
Hex D8 76 8C 0 2D 23 F 15B 38 41
Octal 330 166 214 0 55 43 17 533 70 101
Binary 11011000 1110110 10001100 0 101101 100011 1111 101011011 111000 1000001

Color Harmonies of #D8768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8768C

Black with #D8768C

Text Example


Text Example

White with #D8768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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