#D089A0

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

Shades of Can Can #D089A0

Tints of Can Can #D089A0

Color information

#D089A0 (or 0xD089A0) is unknown color: approx Can Can. HEX triplet: D0, 89 and A0. RGB value is (208,137,160). Sum of RGB (Red+Green+Blue) = 208+137+160=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D089A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D089A0 is #2F765F. Grayscale: #A0A0A0. Windows color (decimal): -3110496 or 10521040. OLE color: 10521040.

HSL color Cylindrical-coordinate representation of color #D089A0: hue angle of 340.56º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D089A0 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB208137160-
CMYK00.340.230.18
HSL340.56º43.03%67.65%-
HSV(B)340.56º34.13%81.57%-
XYZ41.333.8437.61-
YUV160.85127.52161.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 137 (53.91% from 255) = 27.13%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=41.19%
G=27.13%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813716000.340.230.18340.5643.0367.65
HexD089A002217121552b44
Octal320211240042272252553104
Binary110100001000100110100000010001010111100101010101011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D089A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D089A0; }

 p { color: rgb(208,137,160); }

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

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

 a { background-color: rgb(208,137,160); }

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

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

 span { border-color: rgb(208,137,160); }

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