#D48599

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

Shades of Can Can #D48599

Tints of Can Can #D48599

Color information

#D48599 (or 0xD48599) is unknown color: approx Can Can. HEX triplet: D4, 85 and 99. RGB value is (212,133,153). Sum of RGB (Red+Green+Blue) = 212+133+153=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D48599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48599 is #2B7A66. Grayscale: #9E9E9E. Windows color (decimal): -2849383 or 10061268. OLE color: 10061268.

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

Color convert

RGB212133153-
CMYK00.370.280.17
HSL344.81º47.88%67.65%-
HSV(B)344.81º37.26%83.14%-
XYZ41.2933.0734.34-
YUV158.9124.67165.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 133 (52.34% from 255) = 26.71%
BLUE value IS 153 (60.16% from 255) = 30.72%
R=42.57%
G=26.71%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213315300.370.280.17344.8147.8867.65
HexD485990251C111593044
Octal324205231045342153160104
Binary110101001000010110011001010010111100100011010110011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48599; }

 p { color: rgb(212,133,153); }

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

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

 a { background-color: rgb(212,133,153); }

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

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

 span { border-color: rgb(212,133,153); }

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