#D58CA2

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

Shades of Can Can #D58CA2

Tints of Can Can #D58CA2

Color information

#D58CA2 (or 0xD58CA2) is unknown color: approx Can Can. HEX triplet: D5, 8C and A2. RGB value is (213,140,162). Sum of RGB (Red+Green+Blue) = 213+140+162=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CA2 is #2A735D. Grayscale: #A4A4A4. Windows color (decimal): -2782046 or 10652885. OLE color: 10652885.

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

Color convert

RGB213140162-
CMYK00.340.240.16
HSL341.92º46.5%69.22%-
HSV(B)341.92º34.27%83.53%-
XYZ43.3435.5138.75-
YUV164.33126.68162.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 140 (55.08% from 255) = 27.18%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=41.36%
G=27.18%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314016200.340.240.16341.9246.569.22
HexD58CA202218101562e45
Octal325214242042302052656105
Binary110101011000110010100010010001011000100001010101101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CA2; }

 p { color: rgb(213,140,162); }

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

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

 a { background-color: rgb(213,140,162); }

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

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

 span { border-color: rgb(213,140,162); }

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