#D4829A

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

Shades of Can Can #D4829A

Tints of Can Can #D4829A

Color information

#D4829A (or 0xD4829A) is unknown color: approx Can Can. HEX triplet: D4, 82 and 9A. RGB value is (212,130,154). Sum of RGB (Red+Green+Blue) = 212+130+154=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D4829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4829A is #2B7D65. Grayscale: #9D9D9D. Windows color (decimal): -2850150 or 10126036. OLE color: 10126036.

HSL color Cylindrical-coordinate representation of color #D4829A: hue angle of 342.44º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4829A is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB212130154-
CMYK00.390.270.17
HSL342.44º48.81%67.06%-
HSV(B)342.44º38.68%83.14%-
XYZ40.9732.334.65-
YUV157.25126.17167.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.74%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=42.74%
G=26.21%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213015400.390.270.17342.4448.8167.06
HexD4829A0271B111563143
Octal324202232047332152661103
Binary110101001000001010011010010011111011100011010101101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4829A; }

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

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

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

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

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

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

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

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