#D48894

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

Shades of Can Can #D48894

Tints of Can Can #D48894

Color information

#D48894 (or 0xD48894) is unknown color: approx Can Can. HEX triplet: D4, 88 and 94. RGB value is (212,136,148). Sum of RGB (Red+Green+Blue) = 212+136+148=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D48894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48894 is #2B776B. Grayscale: #A0A0A0. Windows color (decimal): -2848620 or 9734356. OLE color: 9734356.

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

Color convert

RGB212136148-
CMYK00.360.300.17
HSL350.53º46.91%68.24%-
HSV(B)350.53º35.85%83.14%-
XYZ41.333.7432.35-
YUV160.09121.18165.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.74%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=42.74%
G=27.42%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213614800.360.300.17350.5346.9168.24
HexD488940241E1115f2f44
Octal324210224044362153757104
Binary110101001000100010010100010010011110100011010111111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48894; }

 p { color: rgb(212,136,148); }

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

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

 a { background-color: rgb(212,136,148); }

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

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

 span { border-color: rgb(212,136,148); }

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