#8B4266

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

Shades of Cannon Pink #8B4266

Tints of Cannon Pink #8B4266

Color information

#8B4266 (or 0x8B4266) is unknown color: approx Cannon Pink. HEX triplet: 8B, 42 and 66. RGB value is (139,66,102). Sum of RGB (Red+Green+Blue) = 139+66+102=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4266 is #74BD99. Grayscale: #5B5B5B. Windows color (decimal): -7650714 or 6701707. OLE color: 6701707.

HSL color Cylindrical-coordinate representation of color #8B4266: hue angle of 330.41º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4266 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB13966102-
CMYK00.530.270.45
HSL330.41º35.61%40.2%-
HSV(B)330.41º52.52%54.51%-
XYZ14.9910.3413.78-
YUV91.93133.68161.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.28%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=45.28%
G=21.50%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396610200.530.270.45330.4135.6140.2
Hex8B42660351B2D14a2428
Octal21310214606533555124450
Binary1000101110000101100110011010111011101101101001010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,66,102); }

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

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

 a { background-color: rgb(139,66,102); }

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

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

 span { border-color: rgb(139,66,102); }

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