#D682A2

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

Shades of Can Can #D682A2

Tints of Can Can #D682A2

Color information

#D682A2 (or 0xD682A2) is unknown color: approx Can Can. HEX triplet: D6, 82 and A2. RGB value is (214,130,162). Sum of RGB (Red+Green+Blue) = 214+130+162=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D682A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D682A2 is #297D5D. Grayscale: #9E9E9E. Windows color (decimal): -2719070 or 10650326. OLE color: 10650326.

HSL color Cylindrical-coordinate representation of color #D682A2: hue angle of 337.14º degrees, saturation: 0.51, 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 #D682A2 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB214130162-
CMYK00.390.240.16
HSL337.14º50.6%67.45%-
HSV(B)337.14º39.25%83.92%-
XYZ42.2432.8738.3-
YUV158.76129.83167.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 162 (63.67% from 255) = 32.02%
R=42.29%
G=25.69%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413016200.390.240.16337.1450.667.45
HexD682A202718101513343
Octal326202242047302052163103
Binary110101101000001010100010010011111000100001010100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D682A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D682A2; }

 p { color: rgb(214,130,162); }

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

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

 a { background-color: rgb(214,130,162); }

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

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

 span { border-color: rgb(214,130,162); }

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