#D2829C

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

Shades of Can Can #D2829C

Tints of Can Can #D2829C

Color information

#D2829C (or 0xD2829C) is unknown color: approx Can Can. HEX triplet: D2, 82 and 9C. RGB value is (210,130,156). Sum of RGB (Red+Green+Blue) = 210+130+156=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2829C is #2D7D63. Grayscale: #9C9C9C. Windows color (decimal): -2981220 or 10257106. OLE color: 10257106.

HSL color Cylindrical-coordinate representation of color #D2829C: hue angle of 340.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2829C is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB210130156-
CMYK00.380.260.18
HSL340.5º47.06%66.67%-
HSV(B)340.5º38.1%82.35%-
XYZ40.5632.0735.5-
YUV156.88127.5165.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.34%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=42.34%
G=26.21%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013015600.380.260.18340.547.0666.67
HexD2829C0261A121542f43
Octal322202234046322252457103
Binary110100101000001010011100010011011010100101010101001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2829C; }

 p { color: rgb(210,130,156); }

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

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

 a { background-color: rgb(210,130,156); }

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

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

 span { border-color: rgb(210,130,156); }

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