#D5898A

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

Shades of Can Can #D5898A

Tints of Can Can #D5898A

Color information

#D5898A (or 0xD5898A) is unknown color: approx Can Can. HEX triplet: D5, 89 and 8A. RGB value is (213,137,138). Sum of RGB (Red+Green+Blue) = 213+137+138=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5898A is #2A7675. Grayscale: #9F9F9F. Windows color (decimal): -2782838 or 9079253. OLE color: 9079253.

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

Color convert

RGB213137138-
CMYK00.360.350.16
HSL359.21º47.5%68.63%-
HSV(B)359.21º35.68%83.53%-
XYZ40.9733.8728.42-
YUV159.84115.68165.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=43.65%
G=28.07%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313713800.360.350.16359.2147.568.63
HexD5898A02423101673045
Octal325211212044432054760105
Binary1101010110001001100010100100100100011100001011001111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5898A; }

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

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

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

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

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

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

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

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