#D48693

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

Shades of Can Can #D48693

Tints of Can Can #D48693

Color information

#D48693 (or 0xD48693) is unknown color: approx Can Can. HEX triplet: D4, 86 and 93. RGB value is (212,134,147). Sum of RGB (Red+Green+Blue) = 212+134+147=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D48693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48693 is #2B796C. Grayscale: #9E9E9E. Windows color (decimal): -2849133 or 9668308. OLE color: 9668308.

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

Color convert

RGB212134147-
CMYK00.370.310.17
HSL350º47.56%67.84%-
HSV(B)350º36.79%83.14%-
XYZ40.9433.1531.85-
YUV158.8121.34165.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.00%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=43.00%
G=27.18%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213414700.370.310.1735047.5667.84
HexD486930251F1115e3044
Octal324206223045372153660104
Binary110101001000011010010011010010111111100011010111101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48693; }

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

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

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

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

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

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

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

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