#D5829A

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

Shades of Can Can #D5829A

Tints of Can Can #D5829A

Color information

#D5829A (or 0xD5829A) is unknown color: approx Can Can. HEX triplet: D5, 82 and 9A. RGB value is (213,130,154). Sum of RGB (Red+Green+Blue) = 213+130+154=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5829A is #2A7D65. Grayscale: #9D9D9D. Windows color (decimal): -2784614 or 10126037. OLE color: 10126037.

HSL color Cylindrical-coordinate representation of color #D5829A: hue angle of 342.65º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5829A is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB213130154-
CMYK00.390.280.16
HSL342.65º49.7%67.25%-
HSV(B)342.65º38.97%83.53%-
XYZ41.2632.4434.66-
YUV157.55126167.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=42.86%
G=26.16%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313015400.390.280.16342.6549.767.25
HexD5829A0271C101573243
Octal325202232047342052762103
Binary110101011000001010011010010011111100100001010101111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5829A; }

 p { color: rgb(213,130,154); }

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

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

 a { background-color: rgb(213,130,154); }

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

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

 span { border-color: rgb(213,130,154); }

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