#D48D8E

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

Shades of Can Can #D48D8E

Tints of Can Can #D48D8E

Color information

#D48D8E (or 0xD48D8E) is unknown color: approx Can Can. HEX triplet: D4, 8D and 8E. RGB value is (212,141,142). Sum of RGB (Red+Green+Blue) = 212+141+142=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48D8E is #2B7271. Grayscale: #A2A2A2. Windows color (decimal): -2847346 or 9342420. OLE color: 9342420.

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

Color convert

RGB212141142-
CMYK00.330.330.17
HSL359.15º45.22%69.22%-
HSV(B)359.15º33.49%83.14%-
XYZ41.563530.16-
YUV162.34116.52163.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 141 (55.47% from 255) = 28.48%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=42.83%
G=28.48%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214114200.330.330.17359.1545.2269.22
HexD48D8E02121111672d45
Octal324215216041412154755105
Binary1101010010001101100011100100001100001100011011001111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48D8E; }

 p { color: rgb(212,141,142); }

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

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

 a { background-color: rgb(212,141,142); }

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

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

 span { border-color: rgb(212,141,142); }

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