#D68086

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

Shades of Charm #D68086

Tints of Charm #D68086

Color information

#D68086 (or 0xD68086) is unknown color: approx 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

RGB214128134-
CMYK00.400.370.16
HSL355.81º51.19%67.06%-
HSV(B)355.81º40.19%83.92%-
XYZ39.7531.4626.53-
YUV154.4116.49170.51-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412813400.400.370.16355.8151.1967.06
HexD6808602825101643343
Octal326200206050452054463103
Binary1101011010000000100001100101000100101100001011001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>