#D99294

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

Shades of Can Can #D99294

Tints of Can Can #D99294

Color information

#D99294 (or 0xD99294) is unknown color: approx Can Can. HEX triplet: D9, 92 and 94. RGB value is (217,146,148). Sum of RGB (Red+Green+Blue) = 217+146+148=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D99294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99294 is #266D6B. Grayscale: #A7A7A7. Windows color (decimal): -2518380 or 9736921. OLE color: 9736921.

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

Color convert

RGB217146148-
CMYK00.330.320.15
HSL358.31º48.3%71.18%-
HSV(B)358.31º32.72%85.1%-
XYZ44.2437.4532.91-
YUV167.46117.02163.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=42.47%
G=28.57%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714614800.330.320.15358.3148.371.18
HexD9929402120F1663047
Octal331222224041401754660107
Binary110110011001001010010100010000110000011111011001101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99294; }

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

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

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

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

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

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

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

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