Html Css Color HEX #D6768E Charm

📋 copy color: '#D6768E'

red 214 ◦ green 118 ◦ blue 142

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

Shades of Charm #D6768E

Tints of Charm #D6768E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.96%

R = 45.15%
G = 24.89%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6768E (or 0xD6768E) is known color: Charm. HEX triplet: D6, 76 and 8E. RGB value is (214,118,142). Sum of RGB (Red+Green+Blue) = 214+118+142=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6768E is #298971. Grayscale: #959595. Windows color (decimal): -2722162 or 9336534. OLE color: 9336534.

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

Color convert

RGB 214 118 142 -
CMYK 0 0.45 0.34 0.16
HSL 345º 0.54% 0.65% -
HSV(B) 345º 0.45% 0.84% -
XYZ 39.09 29.21 29.17 -
YUV 149.44 123.8 174.05 -
System Red Green Blue C M Y K H S L
Decimal 214 118 142 0 0.45 0.34 0.16 345 0.54 0.65
Hex D6 76 8E 0 2D 22 10 159 36 41
Octal 326 166 216 0 55 42 20 531 66 101
Binary 11010110 1110110 10001110 0 101101 100010 10000 101011001 110110 1000001

Color Harmonies of #D6768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6768E

Black with #D6768E

Text Example


Text Example

White with #D6768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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