#D7829B

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

Shades of Can Can #D7829B

Tints of Can Can #D7829B

Color information

#D7829B (or 0xD7829B) is unknown color: approx Can Can. HEX triplet: D7, 82 and 9B. RGB value is (215,130,155). Sum of RGB (Red+Green+Blue) = 215+130+155=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7829B is #287D64. Grayscale: #9E9E9E. Windows color (decimal): -2653541 or 10191575. OLE color: 10191575.

HSL color Cylindrical-coordinate representation of color #D7829B: hue angle of 342.35º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7829B is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB215130155-
CMYK00.400.280.16
HSL342.35º51.52%67.65%-
HSV(B)342.35º39.53%84.31%-
XYZ41.9232.7835.13-
YUV158.26126.16168.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 155 (60.94% from 255) = 31%
R=43%
G=26%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513015500.400.280.16342.3551.5267.65
HexD7829B0281C101563444
Octal327202233050342052664104
Binary110101111000001010011011010100011100100001010101101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7829B; }

 p { color: rgb(215,130,155); }

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

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

 a { background-color: rgb(215,130,155); }

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

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

 span { border-color: rgb(215,130,155); }

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