Html Css Color HEX #D67680 Charm

📋 copy color: '#D67680'

red 214 ◦ green 118 ◦ blue 128

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

Shades of Charm #D67680

Tints of Charm #D67680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.83%

R = 46.52%
G = 25.65%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D67680 (or 0xD67680) is known color: Charm. HEX triplet: D6, 76 and 80. RGB value is (214,118,128). Sum of RGB (Red+Green+Blue) = 214+118+128=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D67680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67680 is #29897F. Grayscale: #939393. Windows color (decimal): -2722176 or 8419030. OLE color: 8419030.

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

Color convert

RGB 214 118 128 -
CMYK 0 0.45 0.40 0.16
HSL 353.75º 0.54% 0.65% -
HSV(B) 353.75º 0.45% 0.84% -
XYZ 38.11 28.81 23.97 -
YUV 147.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 214 118 128 0 0.45 0.40 0.16 353.75 0.54 0.65
Hex D6 76 80 0 2D 28 10 162 36 41
Octal 326 166 200 0 55 50 20 542 66 101
Binary 11010110 1110110 10000000 0 101101 101000 10000 101100010 110110 1000001

Color Harmonies of #D67680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67680

Black with #D67680

Text Example


Text Example

White with #D67680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67680; }

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

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

background-color css

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

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

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

border-color css

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

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

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