#D59195

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

Shades of Can Can #D59195

Tints of Can Can #D59195

Color information

#D59195 (or 0xD59195) is unknown color: approx Can Can. HEX triplet: D5, 91 and 95. RGB value is (213,145,149). Sum of RGB (Red+Green+Blue) = 213+145+149=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D59195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59195 is #2A6E6A. Grayscale: #A5A5A5. Windows color (decimal): -2780779 or 9802197. OLE color: 9802197.

HSL color Cylindrical-coordinate representation of color #D59195: hue angle of 356.47º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59195 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB213145149-
CMYK00.320.300.16
HSL356.47º44.74%70.2%-
HSV(B)356.47º31.92%83.53%-
XYZ42.9936.5733.23-
YUV165.79118.53161.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 145 (57.03% from 255) = 28.60%
BLUE value IS 149 (58.59% from 255) = 29.39%
R=42.01%
G=28.60%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314514900.320.300.16356.4744.7470.2
HexD591950201E101642d46
Octal325221225040362054455106
Binary110101011001000110010101010000011110100001011001001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59195; }

 p { color: rgb(213,145,149); }

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

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

 a { background-color: rgb(213,145,149); }

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

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

 span { border-color: rgb(213,145,149); }

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