#D68487

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

Shades of Charm #D68487

Tints of Charm #D68487

Color information

#D68487 (or 0xD68487) is unknown color: approx Charm. HEX triplet: D6, 84 and 87. RGB value is (214,132,135). Sum of RGB (Red+Green+Blue) = 214+132+135=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D68487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68487 is #297B78. Grayscale: #9C9C9C. Windows color (decimal): -2718585 or 8881366. OLE color: 8881366.

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

Color convert

RGB214132135-
CMYK00.380.370.16
HSL357.8º50%67.84%-
HSV(B)357.8º38.32%83.92%-
XYZ40.3632.5527.08-
YUV156.86115.67168.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 135 (53.12% from 255) = 28.07%
R=44.49%
G=27.44%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413213500.380.370.16357.85067.84
HexD6848702625101663244
Octal326204207046452054662104
Binary1101011010000100100001110100110100101100001011001101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68487; }

 p { color: rgb(214,132,135); }

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

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

 a { background-color: rgb(214,132,135); }

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

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

 span { border-color: rgb(214,132,135); }

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