#D68488

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

Shades of Charm #D68488

Tints of Charm #D68488

Color information

#D68488 (or 0xD68488) is unknown color: approx Charm. HEX triplet: D6, 84 and 88. RGB value is (214,132,136). Sum of RGB (Red+Green+Blue) = 214+132+136=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D68488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68488 is #297B77. Grayscale: #9D9D9D. Windows color (decimal): -2718584 or 8946902. OLE color: 8946902.

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

Color convert

RGB214132136-
CMYK00.380.360.16
HSL357.07º50%67.84%-
HSV(B)357.07º38.32%83.92%-
XYZ40.4332.5827.45-
YUV156.97116.17168.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.40%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 136 (53.52% from 255) = 28.22%
R=44.40%
G=27.39%
B=28.22%

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
Decimal21413213600.380.360.16357.075067.84
HexD6848802624101653244
Octal326204210046442054562104
Binary1101011010000100100010000100110100100100001011001011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68488; }

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

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

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

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

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

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

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

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