#D6879A

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

Shades of Can Can #D6879A

Tints of Can Can #D6879A

Color information

#D6879A (or 0xD6879A) is unknown color: approx Can Can. HEX triplet: D6, 87 and 9A. RGB value is (214,135,154). Sum of RGB (Red+Green+Blue) = 214+135+154=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6879A is #297865. Grayscale: #A0A0A0. Windows color (decimal): -2717798 or 10127318. OLE color: 10127318.

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

Color convert

RGB214135154-
CMYK00.370.280.16
HSL345.57º49.07%68.43%-
HSV(B)345.57º36.92%83.92%-
XYZ42.2333.9634.9-
YUV160.79124.17165.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=42.54%
G=26.84%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413515400.370.280.16345.5749.0768.43
HexD6879A0251C1015a3144
Octal326207232045342053261104
Binary110101101000011110011010010010111100100001010110101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6879A; }

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

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

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

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

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

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

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

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