#8B526C

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

Shades of Cannon Pink #8B526C

Tints of Cannon Pink #8B526C

Color information

#8B526C (or 0x8B526C) is unknown color: approx Cannon Pink. HEX triplet: 8B, 52 and 6C. RGB value is (139,82,108). Sum of RGB (Red+Green+Blue) = 139+82+108=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B526C is #74AD93. Grayscale: #656565. Windows color (decimal): -7646612 or 7099019. OLE color: 7099019.

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

Color convert

RGB13982108-
CMYK00.410.220.45
HSL332.63º25.79%43.33%-
HSV(B)332.63º41.01%54.51%-
XYZ16.3712.6115.76-
YUV102.01131.38154.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.25%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=42.25%
G=24.92%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398210800.410.220.45332.6325.7943.33
Hex8B526C029162D14d1a2b
Octal21312215405126555153253
Binary100010111010010110110001010011011010110110100110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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