#D79296

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

Shades of Can Can #D79296

Tints of Can Can #D79296

Color information

#D79296 (or 0xD79296) is unknown color: approx Can Can. HEX triplet: D7, 92 and 96. RGB value is (215,146,150). Sum of RGB (Red+Green+Blue) = 215+146+150=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D79296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79296 is #286D69. Grayscale: #A7A7A7. Windows color (decimal): -2649450 or 9867991. OLE color: 9867991.

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

Color convert

RGB215146150-
CMYK00.320.300.16
HSL356.52º46.31%70.78%-
HSV(B)356.52º32.09%84.31%-
XYZ43.8137.2133.73-
YUV167.09118.36162.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.07%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=42.07%
G=28.57%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514615000.320.300.16356.5246.3170.78
HexD792960201E101652e47
Octal327222226040362054556107
Binary110101111001001010010110010000011110100001011001011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79296; }

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

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

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

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

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

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

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

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