#D6849E

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

Shades of Can Can #D6849E

Tints of Can Can #D6849E

Color information

#D6849E (or 0xD6849E) is unknown color: approx Can Can. HEX triplet: D6, 84 and 9E. RGB value is (214,132,158). Sum of RGB (Red+Green+Blue) = 214+132+158=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6849E is #297B61. Grayscale: #9F9F9F. Windows color (decimal): -2718562 or 10388694. OLE color: 10388694.

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

Color convert

RGB214132158-
CMYK00.380.260.16
HSL340.98º50%67.84%-
HSV(B)340.98º38.32%83.92%-
XYZ42.1533.2736.55-
YUV159.48127.17166.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=42.46%
G=26.19%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413215800.380.260.16340.985067.84
HexD6849E0261A101553244
Octal326204236046322052562104
Binary110101101000010010011110010011011010100001010101011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6849E; }

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

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

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

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

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

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

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

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