Html Css Color HEX #D6768C Charm

📋 copy color: '#D6768C'

red 214 ◦ green 118 ◦ blue 140

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

Shades of Charm #D6768C

Tints of Charm #D6768C

RGB

 RED value IS 214 (83.98% from 255) = 45.34%

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

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

R = 45.34%
G = 25%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6768C (or 0xD6768C) is known color: Charm. HEX triplet: D6, 76 and 8C. RGB value is (214,118,140). Sum of RGB (Red+Green+Blue) = 214+118+140=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6768C is #298973. Grayscale: #959595. Windows color (decimal): -2722164 or 9205462. OLE color: 9205462.

HSL color Cylindrical-coordinate representation of color #D6768C: hue angle of 346.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6768C is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 140 -
CMYK 0 0.45 0.35 0.16
HSL 346.25º 0.54% 0.65% -
HSV(B) 346.25º 0.45% 0.84% -
XYZ 38.94 29.15 28.38 -
YUV 149.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 214 118 140 0 0.45 0.35 0.16 346.25 0.54 0.65
Hex D6 76 8C 0 2D 23 10 15A 36 41
Octal 326 166 214 0 55 43 20 532 66 101
Binary 11010110 1110110 10001100 0 101101 100011 10000 101011010 110110 1000001

Color Harmonies of #D6768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6768C

Black with #D6768C

Text Example


Text Example

White with #D6768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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