#D6879E

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

Shades of Can Can #D6879E

Tints of Can Can #D6879E

Color information

#D6879E (or 0xD6879E) is unknown color: approx Can Can. HEX triplet: D6, 87 and 9E. RGB value is (214,135,158). Sum of RGB (Red+Green+Blue) = 214+135+158=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6879E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6879E is #297861. Grayscale: #A1A1A1. Windows color (decimal): -2717794 or 10389462. OLE color: 10389462.

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

Color convert

RGB214135158-
CMYK00.370.260.16
HSL342.53º49.07%68.43%-
HSV(B)342.53º36.92%83.92%-
XYZ42.5734.0936.68-
YUV161.24126.17165.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 135 (53.12% from 255) = 26.63%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=42.21%
G=26.63%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413515800.370.260.16342.5349.0768.43
HexD6879E0251A101573144
Octal326207236045322052761104
Binary110101101000011110011110010010111010100001010101111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6879E; }

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

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

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

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

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

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

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

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