#8C536C

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

Shades of Cannon Pink #8C536C

Tints of Cannon Pink #8C536C

Color information

#8C536C (or 0x8C536C) is unknown color: approx Cannon Pink. HEX triplet: 8C, 53 and 6C. RGB value is (140,83,108). Sum of RGB (Red+Green+Blue) = 140+83+108=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C536C is #73AC93. Grayscale: #666666. Windows color (decimal): -7580820 or 7099276. OLE color: 7099276.

HSL color Cylindrical-coordinate representation of color #8C536C: hue angle of 333.68º 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 #8C536C is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB14083108-
CMYK00.410.230.45
HSL333.68º25.56%43.73%-
HSV(B)333.68º40.71%54.9%-
XYZ16.6212.8415.79-
YUV102.89130.88154.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=42.30%
G=25.08%
B=32.63%

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
Decimal1408310800.410.230.45333.6825.5643.73
Hex8C536C029172D14e1a2c
Octal21412315405127555163254
Binary100011001010011110110001010011011110110110100111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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