#D27685

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

Shades of Charm #D27685

Tints of Charm #D27685

Color information

#D27685 (or 0xD27685) is unknown color: approx Charm. HEX triplet: D2, 76 and 85. RGB value is (210,118,133). Sum of RGB (Red+Green+Blue) = 210+118+133=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D27685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27685 is #2D897A. Grayscale: #939393. Windows color (decimal): -2984315 or 8746706. OLE color: 8746706.

HSL color Cylindrical-coordinate representation of color #D27685: hue angle of 350.22º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27685 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB210118133-
CMYK00.440.370.18
HSL350.22º50.55%64.31%-
HSV(B)350.22º43.81%82.35%-
XYZ37.2928.3525.7-
YUV147.22119.98172.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 133 (52.34% from 255) = 28.85%
R=45.55%
G=25.60%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011813300.440.370.18350.2250.5564.31
HexD2768502C251215e3340
Octal322166205054452253663100
Binary110100101110110100001010101100100101100101010111101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27685; }

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

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

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

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

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

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

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

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