#D48C92

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

Shades of Can Can #D48C92

Tints of Can Can #D48C92

Color information

#D48C92 (or 0xD48C92) is unknown color: approx Can Can. HEX triplet: D4, 8C and 92. RGB value is (212,140,146). Sum of RGB (Red+Green+Blue) = 212+140+146=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48C92 is #2B736D. Grayscale: #A2A2A2. Windows color (decimal): -2847598 or 9604308. OLE color: 9604308.

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

Color convert

RGB212140146-
CMYK00.340.310.17
HSL355º45.57%69.02%-
HSV(B)355º33.96%83.14%-
XYZ41.7234.8331.72-
YUV162.21118.85163.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 146 (57.42% from 255) = 29.32%
R=42.57%
G=28.11%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214014600.340.310.1735545.5769.02
HexD48C920221F111632e45
Octal324214222042372154356105
Binary110101001000110010010010010001011111100011011000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48C92; }

 p { color: rgb(212,140,146); }

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

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

 a { background-color: rgb(212,140,146); }

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

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

 span { border-color: rgb(212,140,146); }

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