#D68485

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

Shades of Charm #D68485

Tints of Charm #D68485

Color information

#D68485 (or 0xD68485) is unknown color: approx Charm. HEX triplet: D6, 84 and 85. RGB value is (214,132,133). Sum of RGB (Red+Green+Blue) = 214+132+133=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D68485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68485 is #297B7A. Grayscale: #9C9C9C. Windows color (decimal): -2718587 or 8750294. OLE color: 8750294.

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

Color convert

RGB214132133-
CMYK00.380.380.16
HSL359.27º50%67.84%-
HSV(B)359.27º38.32%83.92%-
XYZ40.2232.4926.34-
YUV156.63114.67168.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 132 (51.95% from 255) = 27.56%
BLUE value IS 133 (52.34% from 255) = 27.77%
R=44.68%
G=27.56%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413213300.380.380.16359.275067.84
HexD6848502626101673244
Octal326204205046462054762104
Binary1101011010000100100001010100110100110100001011001111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68485; }

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

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

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

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

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

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

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

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