#D38994

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

Shades of Can Can #D38994

Tints of Can Can #D38994

Color information

#D38994 (or 0xD38994) is unknown color: approx Can Can. HEX triplet: D3, 89 and 94. RGB value is (211,137,148). Sum of RGB (Red+Green+Blue) = 211+137+148=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D38994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38994 is #2C766B. Grayscale: #A0A0A0. Windows color (decimal): -2913900 or 9734611. OLE color: 9734611.

HSL color Cylindrical-coordinate representation of color #D38994: hue angle of 351.08º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38994 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB211137148-
CMYK00.350.300.17
HSL351.08º45.68%68.24%-
HSV(B)351.08º35.07%82.75%-
XYZ41.1533.8832.39-
YUV160.38121.02164.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.54%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=42.54%
G=27.62%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113714800.350.300.17351.0845.6868.24
HexD389940231E1115f2e44
Octal323211224043362153756104
Binary110100111000100110010100010001111110100011010111111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38994; }

 p { color: rgb(211,137,148); }

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

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

 a { background-color: rgb(211,137,148); }

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

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

 span { border-color: rgb(211,137,148); }

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