#D48A90

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

Shades of Can Can #D48A90

Tints of Can Can #D48A90

Color information

#D48A90 (or 0xD48A90) is unknown color: approx Can Can. HEX triplet: D4, 8A and 90. RGB value is (212,138,144). Sum of RGB (Red+Green+Blue) = 212+138+144=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48A90 is #2B756F. Grayscale: #A0A0A0. Windows color (decimal): -2848112 or 9472724. OLE color: 9472724.

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

Color convert

RGB212138144-
CMYK00.350.320.17
HSL355.14º46.25%68.63%-
HSV(B)355.14º34.91%83.14%-
XYZ41.2734.1930.81-
YUV160.81118.52164.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.91%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=42.91%
G=27.94%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213814400.350.320.17355.1446.2568.63
HexD48A9002320111632e45
Octal324212220043402154356105
Binary1101010010001010100100000100011100000100011011000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A90; }

 p { color: rgb(212,138,144); }

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

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

 a { background-color: rgb(212,138,144); }

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

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

 span { border-color: rgb(212,138,144); }

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