#D68386

Color #D68386 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D68386

Tints of Charm #D68386

Color information

#D68386 (or 0xD68386) is unknown color: approx Charm. HEX triplet: D6, 83 and 86. RGB value is (214,131,134). Sum of RGB (Red+Green+Blue) = 214+131+134=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D68386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68386 is #297C79. Grayscale: #9C9C9C. Windows color (decimal): -2718842 or 8815574. OLE color: 8815574.

HSL color Cylindrical-coordinate representation of color #D68386: hue angle of 357.83º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68386 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214131134-
CMYK00.390.370.16
HSL357.83º50.3%67.65%-
HSV(B)357.83º38.79%83.92%-
XYZ40.1532.2526.66-
YUV156.16115.5169.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 134 (52.73% from 255) = 27.97%
R=44.68%
G=27.35%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413113400.390.370.16357.8350.367.65
HexD6838602725101663244
Octal326203206047452054662104
Binary1101011010000011100001100100111100101100001011001101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68386; }

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

 H1.HeaderClassName
 {
   color: #D68386;
 }
 .AnyTagClassName
 {
   color: #D68386;
 }
</style>
background-color css

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

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

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

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

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

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