#8B5468

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

Shades of Cannon Pink #8B5468

Tints of Cannon Pink #8B5468

Color information

#8B5468 (or 0x8B5468) is unknown color: approx Cannon Pink. HEX triplet: 8B, 54 and 68. RGB value is (139,84,104). Sum of RGB (Red+Green+Blue) = 139+84+104=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5468 is #74AB97. Grayscale: #666666. Windows color (decimal): -7646104 or 6837387. OLE color: 6837387.

HSL color Cylindrical-coordinate representation of color #8B5468: hue angle of 338.18º 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 #8B5468 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB13984104-
CMYK00.400.250.45
HSL338.18º24.66%43.73%-
HSV(B)338.18º39.57%54.51%-
XYZ16.3212.8314.71-
YUV102.72128.72153.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=42.51%
G=25.69%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398410400.400.250.45338.1824.6643.73
Hex8B5468028192D152192c
Octal21312415005031555223154
Binary100010111010100110100001010001100110110110101001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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