#8C526C

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

Shades of Cannon Pink #8C526C

Tints of Cannon Pink #8C526C

Color information

#8C526C (or 0x8C526C) is unknown color: approx Cannon Pink. HEX triplet: 8C, 52 and 6C. RGB value is (140,82,108). Sum of RGB (Red+Green+Blue) = 140+82+108=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C526C is #73AD93. Grayscale: #666666. Windows color (decimal): -7581076 or 7099020. OLE color: 7099020.

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

Color convert

RGB14082108-
CMYK00.410.230.45
HSL333.1º26.13%43.53%-
HSV(B)333.1º41.43%54.9%-
XYZ16.5412.6915.77-
YUV102.31131.22154.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.42%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=42.42%
G=24.85%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408210800.410.230.45333.126.1343.53
Hex8C526C029172D14d1a2c
Octal21412215405127555153254
Binary100011001010010110110001010011011110110110100110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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