#D68286

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

Shades of Charm #D68286

Tints of Charm #D68286

Color information

#D68286 (or 0xD68286) is unknown color: approx Charm. HEX triplet: D6, 82 and 86. RGB value is (214,130,134). Sum of RGB (Red+Green+Blue) = 214+130+134=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D68286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68286 is #297D79. Grayscale: #9B9B9B. Windows color (decimal): -2719098 or 8815318. OLE color: 8815318.

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

Color convert

RGB214130134-
CMYK00.390.370.16
HSL357.14º50.6%67.45%-
HSV(B)357.14º39.25%83.92%-
XYZ40.0231.9826.62-
YUV155.57115.83169.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=44.77%
G=27.20%
B=28.03%

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
Decimal21413013400.390.370.16357.1450.667.45
HexD6828602725101653343
Octal326202206047452054563103
Binary1101011010000010100001100100111100101100001011001011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68286; }

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

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

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

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

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

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

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

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