#D58A9C

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

Shades of Can Can #D58A9C

Tints of Can Can #D58A9C

Color information

#D58A9C (or 0xD58A9C) is unknown color: approx Can Can. HEX triplet: D5, 8A and 9C. RGB value is (213,138,156). Sum of RGB (Red+Green+Blue) = 213+138+156=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A9C is #2A7563. Grayscale: #A2A2A2. Windows color (decimal): -2782564 or 10259157. OLE color: 10259157.

HSL color Cylindrical-coordinate representation of color #D58A9C: hue angle of 345.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58A9C is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213138156-
CMYK00.350.270.16
HSL345.6º47.17%68.82%-
HSV(B)345.6º35.21%83.53%-
XYZ42.5334.7235.91-
YUV162.48124.35164.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=42.01%
G=27.22%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313815600.350.270.16345.647.1768.82
HexD58A9C0231B1015a2f45
Octal325212234043332053257105
Binary110101011000101010011100010001111011100001010110101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A9C; }

 p { color: rgb(213,138,156); }

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

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

 a { background-color: rgb(213,138,156); }

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

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

 span { border-color: rgb(213,138,156); }

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