#8B5469

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

Shades of Cannon Pink #8B5469

Tints of Cannon Pink #8B5469

Color information

#8B5469 (or 0x8B5469) is unknown color: approx Cannon Pink. HEX triplet: 8B, 54 and 69. RGB value is (139,84,105). Sum of RGB (Red+Green+Blue) = 139+84+105=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5469 is #74AB96. Grayscale: #666666. Windows color (decimal): -7646103 or 6902923. OLE color: 6902923.

HSL color Cylindrical-coordinate representation of color #8B5469: hue angle of 337.09º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5469 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB13984105-
CMYK00.400.240.45
HSL337.09º24.66%43.73%-
HSV(B)337.09º39.57%54.51%-
XYZ16.3712.8514.98-
YUV102.84129.22153.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.38%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=42.38%
G=25.61%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398410500.400.240.45337.0924.6643.73
Hex8B5469028182D151192c
Octal21312415105030555213154
Binary100010111010100110100101010001100010110110101000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,84,105); }

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

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

 a { background-color: rgb(139,84,105); }

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

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

 span { border-color: rgb(139,84,105); }

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