#D58492

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

Shades of Can Can #D58492

Tints of Can Can #D58492

Color information

#D58492 (or 0xD58492) is unknown color: approx Can Can. HEX triplet: D5, 84 and 92. RGB value is (213,132,146). Sum of RGB (Red+Green+Blue) = 213+132+146=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D58492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58492 is #2A7B6D. Grayscale: #9D9D9D. Windows color (decimal): -2784110 or 9602261. OLE color: 9602261.

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

Color convert

RGB213132146-
CMYK00.380.310.16
HSL349.63º49.09%67.65%-
HSV(B)349.63º38.03%83.53%-
XYZ40.8832.7231.36-
YUV157.82121.34167.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 132 (51.95% from 255) = 26.88%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=43.38%
G=26.88%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313214600.380.310.16349.6349.0967.65
HexD584920261F1015e3144
Octal325204222046372053661104
Binary110101011000010010010010010011011111100001010111101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58492; }

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

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

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

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

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

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

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

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