#8A5062

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

Shades of Cannon Pink #8A5062

Tints of Cannon Pink #8A5062

Color information

#8A5062 (or 0x8A5062) is unknown color: approx Cannon Pink. HEX triplet: 8A, 50 and 62. RGB value is (138,80,98). Sum of RGB (Red+Green+Blue) = 138+80+98=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5062 is #75AF9D. Grayscale: #636363. Windows color (decimal): -7712670 or 6443146. OLE color: 6443146.

HSL color Cylindrical-coordinate representation of color #8A5062: hue angle of 341.38º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A5062 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB1388098-
CMYK00.420.290.46
HSL341.38º26.61%42.75%-
HSV(B)341.38º42.03%54.12%-
XYZ15.5512.0213.06-
YUV99.39127.22155.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.67%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 98 (38.67% from 255) = 31.01%
R=43.67%
G=25.32%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138809800.420.290.46341.3826.6142.75
Hex8A506202A1D2E1551b2b
Octal21212014205235565253353
Binary100010101010000110001001010101110110111010101010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,80,98); }

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

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

 a { background-color: rgb(138,80,98); }

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

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

 span { border-color: rgb(138,80,98); }

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