#D28D95

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

Shades of Can Can #D28D95

Tints of Can Can #D28D95

Color information

#D28D95 (or 0xD28D95) is unknown color: approx Can Can. HEX triplet: D2, 8D and 95. RGB value is (210,141,149). Sum of RGB (Red+Green+Blue) = 210+141+149=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28D95 is #2D726A. Grayscale: #A2A2A2. Windows color (decimal): -2978411 or 9801170. OLE color: 9801170.

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

Color convert

RGB210141149-
CMYK00.330.290.18
HSL353.04º43.4%68.82%-
HSV(B)353.04º32.86%82.35%-
XYZ41.5334.9232.99-
YUV162.54120.36161.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=42%
G=28.2%
B=29.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014114900.330.290.18353.0443.468.82
HexD28D950211D121612b45
Octal322215225041352254153105
Binary110100101000110110010101010000111101100101011000011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28D95; }

 p { color: rgb(210,141,149); }

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

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

 a { background-color: rgb(210,141,149); }

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

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

 span { border-color: rgb(210,141,149); }

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