#D99094

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

Shades of Can Can #D99094

Tints of Can Can #D99094

Color information

#D99094 (or 0xD99094) is unknown color: approx Can Can. HEX triplet: D9, 90 and 94. RGB value is (217,144,148). Sum of RGB (Red+Green+Blue) = 217+144+148=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D99094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99094 is #266F6B. Grayscale: #A6A6A6. Windows color (decimal): -2518892 or 9736409. OLE color: 9736409.

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

Color convert

RGB217144148-
CMYK00.340.320.15
HSL356.71º48.99%70.78%-
HSV(B)356.71º33.64%85.1%-
XYZ43.9336.8432.81-
YUV166.28117.68164.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=42.63%
G=28.29%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714414800.340.320.15356.7148.9970.78
HexD9909402220F1653147
Octal331220224042401754561107
Binary110110011001000010010100010001010000011111011001011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99094; }

 p { color: rgb(217,144,148); }

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

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

 a { background-color: rgb(217,144,148); }

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

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

 span { border-color: rgb(217,144,148); }

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