#D9869C

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

Shades of Can Can #D9869C

Tints of Can Can #D9869C

Color information

#D9869C (or 0xD9869C) is unknown color: approx Can Can. HEX triplet: D9, 86 and 9C. RGB value is (217,134,156). Sum of RGB (Red+Green+Blue) = 217+134+156=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9869C is #267963. Grayscale: #A1A1A1. Windows color (decimal): -2521444 or 10258137. OLE color: 10258137.

HSL color Cylindrical-coordinate representation of color #D9869C: hue angle of 344.1º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9869C is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB217134156-
CMYK00.380.280.15
HSL344.1º52.2%68.82%-
HSV(B)344.1º38.25%85.1%-
XYZ43.1434.235.78-
YUV161.32125167.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.80%
GREEN value IS 134 (52.73% from 255) = 26.43%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=42.80%
G=26.43%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713415600.380.280.15344.152.268.82
HexD9869C0261CF1583445
Octal331206234046341753064105
Binary11011001100001101001110001001101110011111010110001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9869C; }

 p { color: rgb(217,134,156); }

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

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

 a { background-color: rgb(217,134,156); }

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

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

 span { border-color: rgb(217,134,156); }

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