#D28696

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

Shades of Can Can #D28696

Tints of Can Can #D28696

Color information

#D28696 (or 0xD28696) is unknown color: approx Can Can. HEX triplet: D2, 86 and 96. RGB value is (210,134,150). Sum of RGB (Red+Green+Blue) = 210+134+150=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D28696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28696 is #2D7969. Grayscale: #9E9E9E. Windows color (decimal): -2980202 or 9864914. OLE color: 9864914.

HSL color Cylindrical-coordinate representation of color #D28696: hue angle of 347.37º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28696 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB210134150-
CMYK00.360.290.18
HSL347.37º45.78%67.45%-
HSV(B)347.37º36.19%82.35%-
XYZ40.6132.9533.07-
YUV158.55123.18164.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.51%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=42.51%
G=27.13%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013415000.360.290.18347.3745.7867.45
HexD286960241D1215b2e43
Octal322206226044352253356103
Binary110100101000011010010110010010011101100101010110111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28696; }

 p { color: rgb(210,134,150); }

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

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

 a { background-color: rgb(210,134,150); }

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

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

 span { border-color: rgb(210,134,150); }

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