#D6829E

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

Shades of Can Can #D6829E

Tints of Can Can #D6829E

Color information

#D6829E (or 0xD6829E) is unknown color: approx Can Can. HEX triplet: D6, 82 and 9E. RGB value is (214,130,158). Sum of RGB (Red+Green+Blue) = 214+130+158=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6829E is #297D61. Grayscale: #9E9E9E. Windows color (decimal): -2719074 or 10388182. OLE color: 10388182.

HSL color Cylindrical-coordinate representation of color #D6829E: hue angle of 340º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6829E is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB214130158-
CMYK00.390.260.16
HSL340º50.6%67.45%-
HSV(B)340º39.25%83.92%-
XYZ41.8932.7336.46-
YUV158.31127.83167.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 130 (51.17% from 255) = 25.90%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=42.63%
G=25.90%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413015800.390.260.1634050.667.45
HexD6829E0271A101543343
Octal326202236047322052463103
Binary110101101000001010011110010011111010100001010101001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6829E; }

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

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

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

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

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

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

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

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