#D58CA1

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

Shades of Can Can #D58CA1

Tints of Can Can #D58CA1

Color information

#D58CA1 (or 0xD58CA1) is unknown color: approx Can Can. HEX triplet: D5, 8C and A1. RGB value is (213,140,161). Sum of RGB (Red+Green+Blue) = 213+140+161=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CA1 is #2A735E. Grayscale: #A4A4A4. Windows color (decimal): -2782047 or 10587349. OLE color: 10587349.

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

Color convert

RGB213140161-
CMYK00.340.240.16
HSL342.74º46.5%69.22%-
HSV(B)342.74º34.27%83.53%-
XYZ43.2535.4838.29-
YUV164.22126.18162.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 140 (55.08% from 255) = 27.24%
BLUE value IS 161 (63.28% from 255) = 31.32%
R=41.44%
G=27.24%
B=31.32%

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
Decimal21314016100.340.240.16342.7446.569.22
HexD58CA102218101572e45
Octal325214241042302052756105
Binary110101011000110010100001010001011000100001010101111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CA1; }

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

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

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

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

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

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

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

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