#D48893

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

Shades of Can Can #D48893

Tints of Can Can #D48893

Color information

#D48893 (or 0xD48893) is unknown color: approx Can Can. HEX triplet: D4, 88 and 93. RGB value is (212,136,147). Sum of RGB (Red+Green+Blue) = 212+136+147=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D48893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48893 is #2B776C. Grayscale: #A0A0A0. Windows color (decimal): -2848621 or 9668820. OLE color: 9668820.

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

Color convert

RGB212136147-
CMYK00.360.310.17
HSL351.32º46.91%68.24%-
HSV(B)351.32º35.85%83.14%-
XYZ41.2233.7131.94-
YUV159.98120.68165.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=42.83%
G=27.47%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213614700.360.310.17351.3246.9168.24
HexD488930241F1115f2f44
Octal324210223044372153757104
Binary110101001000100010010011010010011111100011010111111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48893; }

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

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

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

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

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

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

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

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