Html Css Color HEX #D68086 Charm

📋 copy color: '#D68086'

red 214 ◦ green 128 ◦ blue 134

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

Shades of Charm #D68086

Tints of Charm #D68086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.89%

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 44.96%
G = 26.89%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D68086 (or 0xD68086) is known color: Charm. HEX triplet: D6, 80 and 86. RGB value is (214,128,134). Sum of RGB (Red+Green+Blue) = 214+128+134=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D68086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68086 is #297F79. Grayscale: #9A9A9A. Windows color (decimal): -2719610 or 8814806. OLE color: 8814806.

HSL color Cylindrical-coordinate representation of color #D68086: hue angle of 355.81º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68086 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 134 -
CMYK 0 0.40 0.37 0.16
HSL 355.81º 0.51% 0.67% -
HSV(B) 355.81º 0.4% 0.84% -
XYZ 39.75 31.46 26.53 -
YUV 154.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 214 128 134 0 0.40 0.37 0.16 355.81 0.51 0.67
Hex D6 80 86 0 28 25 10 164 33 43
Octal 326 200 206 0 50 45 20 544 63 103
Binary 11010110 10000000 10000110 0 101000 100101 10000 101100100 110011 1000011

Color Harmonies of #D68086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68086

Black with #D68086

Text Example


Text Example

White with #D68086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68086; }

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

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

background-color css

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

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

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

border-color css

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

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

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