Html Css Color HEX #D6768A Charm

📋 copy color: '#D6768A'

red 214 ◦ green 118 ◦ blue 138

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

Shades of Charm #D6768A

Tints of Charm #D6768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 45.53%
G = 25.11%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6768A (or 0xD6768A) is known color: Charm. HEX triplet: D6, 76 and 8A. RGB value is (214,118,138). Sum of RGB (Red+Green+Blue) = 214+118+138=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6768A is #298975. Grayscale: #959595. Windows color (decimal): -2722166 or 9074390. OLE color: 9074390.

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

Color convert

RGB 214 118 138 -
CMYK 0 0.45 0.36 0.16
HSL 347.5º 0.54% 0.65% -
HSV(B) 347.5º 0.45% 0.84% -
XYZ 38.8 29.09 27.61 -
YUV 148.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 214 118 138 0 0.45 0.36 0.16 347.5 0.54 0.65
Hex D6 76 8A 0 2D 24 10 15C 36 41
Octal 326 166 212 0 55 44 20 534 66 101
Binary 11010110 1110110 10001010 0 101101 100100 10000 101011100 110110 1000001

Color Harmonies of #D6768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6768A

Black with #D6768A

Text Example


Text Example

White with #D6768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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