#D48A8D

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

Shades of Can Can #D48A8D

Tints of Can Can #D48A8D

Color information

#D48A8D (or 0xD48A8D) is unknown color: approx Can Can. HEX triplet: D4, 8A and 8D. RGB value is (212,138,141). Sum of RGB (Red+Green+Blue) = 212+138+141=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48A8D is #2B7572. Grayscale: #A0A0A0. Windows color (decimal): -2848115 or 9276116. OLE color: 9276116.

HSL color Cylindrical-coordinate representation of color #D48A8D: hue angle of 357.57º 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 #D48A8D is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB212138141-
CMYK00.350.330.17
HSL357.57º46.25%68.63%-
HSV(B)357.57º34.91%83.14%-
XYZ41.0534.129.62-
YUV160.47117.02164.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=43.18%
G=28.11%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213814100.350.330.17357.5746.2568.63
HexD48A8D02321111662e45
Octal324212215043412154656105
Binary1101010010001010100011010100011100001100011011001101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A8D; }

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

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

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

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

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

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

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

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