#D48795

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

Shades of Can Can #D48795

Tints of Can Can #D48795

Color information

#D48795 (or 0xD48795) is unknown color: approx Can Can. HEX triplet: D4, 87 and 95. RGB value is (212,135,149). Sum of RGB (Red+Green+Blue) = 212+135+149=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D48795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48795 is #2B786A. Grayscale: #9F9F9F. Windows color (decimal): -2848875 or 9799636. OLE color: 9799636.

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

Color convert

RGB212135149-
CMYK00.360.300.17
HSL349.09º47.24%68.04%-
HSV(B)349.09º36.32%83.14%-
XYZ41.2433.4932.73-
YUV159.62122.01165.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.74%
GREEN value IS 135 (53.12% from 255) = 27.22%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=42.74%
G=27.22%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213514900.360.300.17349.0947.2468.04
HexD487950241E1115d2f44
Octal324207225044362153557104
Binary110101001000011110010101010010011110100011010111011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48795; }

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

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

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

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

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

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

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

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