#8C476A

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

Shades of Cannon Pink #8C476A

Tints of Cannon Pink #8C476A

Color information

#8C476A (or 0x8C476A) is unknown color: approx Cannon Pink. HEX triplet: 8C, 47 and 6A. RGB value is (140,71,106). Sum of RGB (Red+Green+Blue) = 140+71+106=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C476A is #73B895. Grayscale: #5F5F5F. Windows color (decimal): -7583894 or 6965132. OLE color: 6965132.

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

Color convert

RGB14071106-
CMYK00.490.240.45
HSL329.57º32.7%41.37%-
HSV(B)329.57º49.29%54.9%-
XYZ15.6711.1214.96-
YUV95.62133.86159.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=44.16%
G=22.40%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407110600.490.240.45329.5732.741.37
Hex8C476A031182D14a2129
Octal21410715206130555124151
Binary1000110010001111101010011000111000101101101001010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,71,106); }

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

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

 a { background-color: rgb(140,71,106); }

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

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

 span { border-color: rgb(140,71,106); }

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