#D68489

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

Shades of Charm #D68489

Tints of Charm #D68489

Color information

#D68489 (or 0xD68489) is unknown color: approx Charm. HEX triplet: D6, 84 and 89. RGB value is (214,132,137). Sum of RGB (Red+Green+Blue) = 214+132+137=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D68489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68489 is #297B76. Grayscale: #9D9D9D. Windows color (decimal): -2718583 or 9012438. OLE color: 9012438.

HSL color Cylindrical-coordinate representation of color #D68489: hue angle of 356.34º 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 #D68489 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214132137-
CMYK00.380.360.16
HSL356.34º50%67.84%-
HSV(B)356.34º38.32%83.92%-
XYZ40.532.627.83-
YUV157.09116.67168.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 137 (53.91% from 255) = 28.36%
R=44.31%
G=27.33%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413213700.380.360.16356.345067.84
HexD6848902624101643244
Octal326204211046442054462104
Binary1101011010000100100010010100110100100100001011001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68489; }

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

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

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

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

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

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

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

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