#D48B96

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

Shades of Can Can #D48B96

Tints of Can Can #D48B96

Color information

#D48B96 (or 0xD48B96) is unknown color: approx Can Can. HEX triplet: D4, 8B and 96. RGB value is (212,139,150). Sum of RGB (Red+Green+Blue) = 212+139+150=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48B96 is #2B7469. Grayscale: #A2A2A2. Windows color (decimal): -2847850 or 9866196. OLE color: 9866196.

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

Color convert

RGB212139150-
CMYK00.340.290.17
HSL350.96º45.91%68.82%-
HSV(B)350.96º34.43%83.14%-
XYZ41.8934.6633.34-
YUV162.08121.18163.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.32%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=42.32%
G=27.74%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213915000.340.290.17350.9645.9168.82
HexD48B960221D1115f2e45
Octal324213226042352153756105
Binary110101001000101110010110010001011101100011010111111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48B96; }

 p { color: rgb(212,139,150); }

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

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

 a { background-color: rgb(212,139,150); }

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

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

 span { border-color: rgb(212,139,150); }

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