#D48D93

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

Shades of Can Can #D48D93

Tints of Can Can #D48D93

Color information

#D48D93 (or 0xD48D93) is unknown color: approx Can Can. HEX triplet: D4, 8D and 93. RGB value is (212,141,147). Sum of RGB (Red+Green+Blue) = 212+141+147=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48D93 is #2B726C. Grayscale: #A2A2A2. Windows color (decimal): -2847341 or 9670100. OLE color: 9670100.

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

Color convert

RGB212141147-
CMYK00.330.310.17
HSL354.93º45.22%69.22%-
HSV(B)354.93º33.49%83.14%-
XYZ41.9435.1532.18-
YUV162.91119.02163.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.4%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 147 (57.81% from 255) = 29.4%
R=42.4%
G=28.2%
B=29.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214114700.330.310.17354.9345.2269.22
HexD48D930211F111632d45
Octal324215223041372154355105
Binary110101001000110110010011010000111111100011011000111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48D93; }

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

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

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

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

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

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

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

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