#D6909B

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

Shades of Can Can #D6909B

Tints of Can Can #D6909B

Color information

#D6909B (or 0xD6909B) is unknown color: approx Can Can. HEX triplet: D6, 90 and 9B. RGB value is (214,144,155). Sum of RGB (Red+Green+Blue) = 214+144+155=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6909B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6909B is #296F64. Grayscale: #A6A6A6. Windows color (decimal): -2715493 or 10195158. OLE color: 10195158.

HSL color Cylindrical-coordinate representation of color #D6909B: hue angle of 350.57º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6909B is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB214144155-
CMYK00.330.280.16
HSL350.57º46.05%70.2%-
HSV(B)350.57º32.71%83.92%-
XYZ43.6236.6135.78-
YUV166.18121.69162.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 155 (60.94% from 255) = 30.21%
R=41.72%
G=28.07%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414415500.330.280.16350.5746.0570.2
HexD6909B0211C1015f2e46
Octal326220233041342053756106
Binary110101101001000010011011010000111100100001010111111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6909B; }

 p { color: rgb(214,144,155); }

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

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

 a { background-color: rgb(214,144,155); }

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

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

 span { border-color: rgb(214,144,155); }

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