Html Css Color HEX #D6767F Charm

📋 copy color: '#D6767F'

red 214 ◦ green 118 ◦ blue 127

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

Shades of Charm #D6767F

Tints of Charm #D6767F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.67%

R = 46.62%
G = 25.71%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6767F (or 0xD6767F) is known color: Charm. HEX triplet: D6, 76 and 7F. RGB value is (214,118,127). Sum of RGB (Red+Green+Blue) = 214+118+127=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6767F is #298980. Grayscale: #939393. Windows color (decimal): -2722177 or 8353494. OLE color: 8353494.

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

Color convert

RGB 214 118 127 -
CMYK 0 0.45 0.41 0.16
HSL 354.38º 0.54% 0.65% -
HSV(B) 354.38º 0.45% 0.84% -
XYZ 38.04 28.79 23.63 -
YUV 147.73 116.3 175.27 -
System Red Green Blue C M Y K H S L
Decimal 214 118 127 0 0.45 0.41 0.16 354.38 0.54 0.65
Hex D6 76 7F 0 2D 29 10 162 36 41
Octal 326 166 177 0 55 51 20 542 66 101
Binary 11010110 1110110 1111111 0 101101 101001 10000 101100010 110110 1000001

Color Harmonies of #D6767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6767F

Black with #D6767F

Text Example


Text Example

White with #D6767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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