#D59298

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

Shades of Can Can #D59298

Tints of Can Can #D59298

Color information

#D59298 (or 0xD59298) is unknown color: approx Can Can. HEX triplet: D5, 92 and 98. RGB value is (213,146,152). Sum of RGB (Red+Green+Blue) = 213+146+152=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D59298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59298 is #2A6D67. Grayscale: #A6A6A6. Windows color (decimal): -2780520 or 9999061. OLE color: 9999061.

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

Color convert

RGB213146152-
CMYK00.310.290.16
HSL354.63º44.37%70.39%-
HSV(B)354.63º31.46%83.53%-
XYZ43.3936.9734.56-
YUV166.72119.7161.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 152 (59.77% from 255) = 29.75%
R=41.68%
G=28.57%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314615200.310.290.16354.6344.3770.39
HexD5929801F1D101632c46
Octal325222230037352054354106
Binary11010101100100101001100001111111101100001011000111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59298; }

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

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

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

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

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

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

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

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