#D2899D

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

Shades of Can Can #D2899D

Tints of Can Can #D2899D

Color information

#D2899D (or 0xD2899D) is unknown color: approx Can Can. HEX triplet: D2, 89 and 9D. RGB value is (210,137,157). Sum of RGB (Red+Green+Blue) = 210+137+157=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2899D is #2D7662. Grayscale: #A1A1A1. Windows color (decimal): -2979427 or 10324434. OLE color: 10324434.

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

Color convert

RGB210137157-
CMYK00.350.250.18
HSL343.56º44.79%68.04%-
HSV(B)343.56º34.76%82.35%-
XYZ41.6134.0336.27-
YUV161.11125.68162.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.67%
GREEN value IS 137 (53.91% from 255) = 27.18%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=41.67%
G=27.18%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013715700.350.250.18343.5644.7968.04
HexD2899D02319121582d44
Octal322211235043312253055104
Binary110100101000100110011101010001111001100101010110001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2899D; }

 p { color: rgb(210,137,157); }

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

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

 a { background-color: rgb(210,137,157); }

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

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

 span { border-color: rgb(210,137,157); }

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