#D48B95

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

Shades of Can Can #D48B95

Tints of Can Can #D48B95

Color information

#D48B95 (or 0xD48B95) is unknown color: approx Can Can. HEX triplet: D4, 8B and 95. RGB value is (212,139,149). Sum of RGB (Red+Green+Blue) = 212+139+149=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48B95 is #2B746A. Grayscale: #A2A2A2. Windows color (decimal): -2847851 or 9800660. OLE color: 9800660.

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

Color convert

RGB212139149-
CMYK00.340.300.17
HSL351.78º45.91%68.82%-
HSV(B)351.78º34.43%83.14%-
XYZ41.8134.6332.91-
YUV161.97120.68163.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.4%
GREEN value IS 139 (54.69% from 255) = 27.8%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=42.4%
G=27.8%
B=29.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213914900.340.300.17351.7845.9168.82
HexD48B950221E111602e45
Octal324213225042362154056105
Binary110101001000101110010101010001011110100011011000001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48B95; }

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

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

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

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

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

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

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

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