#D99296

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

Shades of Can Can #D99296

Tints of Can Can #D99296

Color information

#D99296 (or 0xD99296) is unknown color: approx Can Can. HEX triplet: D9, 92 and 96. RGB value is (217,146,150). Sum of RGB (Red+Green+Blue) = 217+146+150=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D99296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99296 is #266D69. Grayscale: #A7A7A7. Windows color (decimal): -2518378 or 9867993. OLE color: 9867993.

HSL color Cylindrical-coordinate representation of color #D99296: hue angle of 356.62º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D99296 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB217146150-
CMYK00.330.310.15
HSL356.62º48.3%71.18%-
HSV(B)356.62º32.72%85.1%-
XYZ44.437.5133.75-
YUV167.68118.02163.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=42.30%
G=28.46%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714615000.330.310.15356.6248.371.18
HexD992960211FF1653047
Octal331222226041371754560107
Binary11011001100100101001011001000011111111111011001011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99296; }

 p { color: rgb(217,146,150); }

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

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

 a { background-color: rgb(217,146,150); }

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

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

 span { border-color: rgb(217,146,150); }

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