Html Css Color HEX #D6768B Charm

📋 copy color: '#D6768B'

red 214 ◦ green 118 ◦ blue 139

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

Shades of Charm #D6768B

Tints of Charm #D6768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 45.44%
G = 25.05%
B = 29.51%

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

#D6768B (or 0xD6768B) is known color: Charm. HEX triplet: D6, 76 and 8B. RGB value is (214,118,139). Sum of RGB (Red+Green+Blue) = 214+118+139=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6768B is #298974. Grayscale: #959595. Windows color (decimal): -2722165 or 9139926. OLE color: 9139926.

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

Color convert

RGB 214 118 139 -
CMYK 0 0.45 0.35 0.16
HSL 346.88º 0.54% 0.65% -
HSV(B) 346.88º 0.45% 0.84% -
XYZ 38.87 29.12 28 -
YUV 149.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 214 118 139 0 0.45 0.35 0.16 346.88 0.54 0.65
Hex D6 76 8B 0 2D 23 10 15B 36 41
Octal 326 166 213 0 55 43 20 533 66 101
Binary 11010110 1110110 10001011 0 101101 100011 10000 101011011 110110 1000001

Color Harmonies of #D6768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6768B

Black with #D6768B

Text Example


Text Example

White with #D6768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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