#D67685

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

Shades of Charm #D67685

Tints of Charm #D67685

Color information

#D67685 (or 0xD67685) is unknown color: approx Charm. HEX triplet: D6, 76 and 85. RGB value is (214,118,133). Sum of RGB (Red+Green+Blue) = 214+118+133=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D67685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67685 is #29897A. Grayscale: #949494. Windows color (decimal): -2722171 or 8746710. OLE color: 8746710.

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

Color convert

RGB214118133-
CMYK00.450.380.16
HSL350.62º53.93%65.1%-
HSV(B)350.62º44.86%83.92%-
XYZ38.4428.9525.75-
YUV148.41119.3174.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.02%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=46.02%
G=25.38%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411813300.450.380.16350.6253.9365.1
HexD6768502D261015f3641
Octal326166205055462053766101
Binary110101101110110100001010101101100110100001010111111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67685; }

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

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

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

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

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

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

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

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