#D48395

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

Shades of Can Can #D48395

Tints of Can Can #D48395

Color information

#D48395 (or 0xD48395) is unknown color: approx Can Can. HEX triplet: D4, 83 and 95. RGB value is (212,131,149). Sum of RGB (Red+Green+Blue) = 212+131+149=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D48395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48395 is #2B7C6A. Grayscale: #9D9D9D. Windows color (decimal): -2849899 or 9798612. OLE color: 9798612.

HSL color Cylindrical-coordinate representation of color #D48395: hue angle of 346.67º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D48395 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB212131149-
CMYK00.380.300.17
HSL346.67º48.5%67.25%-
HSV(B)346.67º38.21%83.14%-
XYZ40.6932.432.54-
YUV157.27123.34167.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.09%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=43.09%
G=26.63%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213114900.380.300.17346.6748.567.25
HexD483950261E1115b3143
Octal324203225046362153361103
Binary110101001000001110010101010011011110100011010110111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48395; }

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

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

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

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

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

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

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

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