#884661

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

Shades of Cannon Pink #884661

Tints of Cannon Pink #884661

Color information

#884661 (or 0x884661) is unknown color: approx Cannon Pink. HEX triplet: 88, 46 and 61. RGB value is (136,70,97). Sum of RGB (Red+Green+Blue) = 136+70+97=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #884661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884661 is #77B99E. Grayscale: #5C5C5C. Windows color (decimal): -7846303 or 6375048. OLE color: 6375048.

HSL color Cylindrical-coordinate representation of color #884661: hue angle of 335.45º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884661 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1367097-
CMYK00.490.290.47
HSL335.45º32.04%40.39%-
HSV(B)335.45º48.53%53.33%-
XYZ14.510.4812.57-
YUV92.81130.37158.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.88%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=44.88%
G=23.10%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136709700.490.290.47335.4532.0440.39
Hex8846610311D2F14f2028
Octal21010614106135575174050
Binary1000100010001101100001011000111101101111101001111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884661; }

 p { color: rgb(136,70,97); }

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

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

 a { background-color: rgb(136,70,97); }

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

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

 span { border-color: rgb(136,70,97); }

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