#8C4568

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

Shades of Cannon Pink #8C4568

Tints of Cannon Pink #8C4568

Color information

#8C4568 (or 0x8C4568) is unknown color: approx Cannon Pink. HEX triplet: 8C, 45 and 68. RGB value is (140,69,104). Sum of RGB (Red+Green+Blue) = 140+69+104=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4568 is #73BA97. Grayscale: #5E5E5E. Windows color (decimal): -7584408 or 6833548. OLE color: 6833548.

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

Color convert

RGB14069104-
CMYK00.510.260.45
HSL330.42º33.97%40.98%-
HSV(B)330.42º50.71%54.9%-
XYZ15.4410.8314.37-
YUV94.22133.52160.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.73%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=44.73%
G=22.04%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406910400.510.260.45330.4233.9740.98
Hex8C45680331A2D14a2229
Octal21410515006332555124251
Binary1000110010001011101000011001111010101101101001010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,69,104); }

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

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

 a { background-color: rgb(140,69,104); }

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

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

 span { border-color: rgb(140,69,104); }

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