#D99195

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

Shades of Can Can #D99195

Tints of Can Can #D99195

Color information

#D99195 (or 0xD99195) is unknown color: approx Can Can. HEX triplet: D9, 91 and 95. RGB value is (217,145,149). Sum of RGB (Red+Green+Blue) = 217+145+149=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D99195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99195 is #266E6A. Grayscale: #A7A7A7. Windows color (decimal): -2518635 or 9802201. OLE color: 9802201.

HSL color Cylindrical-coordinate representation of color #D99195: hue angle of 356.67º degrees, saturation: 0.49, 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 #D99195 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB217145149-
CMYK00.330.310.15
HSL356.67º48.65%70.98%-
HSV(B)356.67º33.18%85.1%-
XYZ44.1737.1733.28-
YUV166.98117.85163.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 145 (57.03% from 255) = 28.38%
BLUE value IS 149 (58.59% from 255) = 29.16%
R=42.47%
G=28.38%
B=29.16%

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
Decimal21714514900.330.310.15356.6748.6570.98
HexD991950211FF1653147
Octal331221225041371754561107
Binary11011001100100011001010101000011111111111011001011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99195; }

 p { color: rgb(217,145,149); }

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

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

 a { background-color: rgb(217,145,149); }

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

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

 span { border-color: rgb(217,145,149); }

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