#D59198

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

Shades of Can Can #D59198

Tints of Can Can #D59198

Color information

#D59198 (or 0xD59198) is unknown color: approx Can Can. HEX triplet: D5, 91 and 98. RGB value is (213,145,152). Sum of RGB (Red+Green+Blue) = 213+145+152=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D59198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59198 is #2A6E67. Grayscale: #A6A6A6. Windows color (decimal): -2780776 or 9998805. OLE color: 9998805.

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

Color convert

RGB213145152-
CMYK00.320.290.16
HSL353.82º44.74%70.2%-
HSV(B)353.82º31.92%83.53%-
XYZ43.2336.6634.5-
YUV166.13120.03161.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 145 (57.03% from 255) = 28.43%
BLUE value IS 152 (59.77% from 255) = 29.80%
R=41.76%
G=28.43%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314515200.320.290.16353.8244.7470.2
HexD591980201D101622d46
Octal325221230040352054255106
Binary110101011001000110011000010000011101100001011000101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59198; }

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

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

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

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

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

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

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

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