#8D526C

Color #8D526C Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #8D526C

Tints of Cannon Pink #8D526C

Color information

#8D526C (or 0x8D526C) is unknown color: approx Cannon Pink. HEX triplet: 8D, 52 and 6C. RGB value is (141,82,108). Sum of RGB (Red+Green+Blue) = 141+82+108=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D526C is #72AD93. Grayscale: #666666. Windows color (decimal): -7515540 or 7099021. OLE color: 7099021.

HSL color Cylindrical-coordinate representation of color #8D526C: hue angle of 333.56º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D526C is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB14182108-
CMYK00.420.230.45
HSL333.56º26.46%43.73%-
HSV(B)333.56º41.84%55.29%-
XYZ16.7112.7815.77-
YUV102.6131.05155.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.60%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=42.60%
G=24.77%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418210800.420.230.45333.5626.4643.73
Hex8D526C02A172D14e1a2c
Octal21512215405227555163254
Binary100011011010010110110001010101011110110110100111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D526C; }

 p { color: rgb(141,82,108); }

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

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

 a { background-color: rgb(141,82,108); }

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

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

 span { border-color: rgb(141,82,108); }

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