#8A5667

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

Shades of Cannon Pink #8A5667

Tints of Cannon Pink #8A5667

Color information

#8A5667 (or 0x8A5667) is unknown color: approx Cannon Pink. HEX triplet: 8A, 56 and 67. RGB value is (138,86,103). Sum of RGB (Red+Green+Blue) = 138+86+103=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5667 is #75A998. Grayscale: #676767. Windows color (decimal): -7711129 or 6772362. OLE color: 6772362.

HSL color Cylindrical-coordinate representation of color #8A5667: hue angle of 340.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5667 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB13886103-
CMYK00.380.250.46
HSL340.38º23.21%43.92%-
HSV(B)340.38º37.68%54.12%-
XYZ16.2613.0414.49-
YUV103.49127.73152.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.20%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 103 (40.62% from 255) = 31.50%
R=42.20%
G=26.30%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388610300.380.250.46340.3823.2143.92
Hex8A5667026192E154172c
Octal21212614704631565242754
Binary100010101010110110011101001101100110111010101010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,86,103); }

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

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

 a { background-color: rgb(138,86,103); }

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

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

 span { border-color: rgb(138,86,103); }

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