#D58A8B

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

Shades of Can Can #D58A8B

Tints of Can Can #D58A8B

Color information

#D58A8B (or 0xD58A8B) is unknown color: approx Can Can. HEX triplet: D5, 8A and 8B. RGB value is (213,138,139). Sum of RGB (Red+Green+Blue) = 213+138+139=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A8B is #2A7574. Grayscale: #A0A0A0. Windows color (decimal): -2782581 or 9145045. OLE color: 9145045.

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

Color convert

RGB213138139-
CMYK00.350.350.16
HSL359.2º47.17%68.82%-
HSV(B)359.2º35.21%83.53%-
XYZ41.1934.1928.85-
YUV160.54115.85165.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 138 (54.30% from 255) = 28.16%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=43.47%
G=28.16%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313813900.350.350.16359.247.1768.82
HexD58A8B02323101672f45
Octal325212213043432054757105
Binary1101010110001010100010110100011100011100001011001111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A8B; }

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

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

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

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

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

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

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

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