#D6859A

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

Shades of Can Can #D6859A

Tints of Can Can #D6859A

Color information

#D6859A (or 0xD6859A) is unknown color: approx Can Can. HEX triplet: D6, 85 and 9A. RGB value is (214,133,154). Sum of RGB (Red+Green+Blue) = 214+133+154=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6859A is #297A65. Grayscale: #9F9F9F. Windows color (decimal): -2718310 or 10126806. OLE color: 10126806.

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

Color convert

RGB214133154-
CMYK00.380.280.16
HSL344.44º49.69%68.04%-
HSV(B)344.44º37.85%83.92%-
XYZ41.9533.434.81-
YUV159.61124.84166.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=42.71%
G=26.55%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413315400.380.280.16344.4449.6968.04
HexD6859A0261C101583244
Octal326205232046342053062104
Binary110101101000010110011010010011011100100001010110001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6859A; }

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

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

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

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

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

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

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

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