#884B66

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

Shades of Cannon Pink #884B66

Tints of Cannon Pink #884B66

Color information

#884B66 (or 0x884B66) is unknown color: approx Cannon Pink. HEX triplet: 88, 4B and 66. RGB value is (136,75,102). Sum of RGB (Red+Green+Blue) = 136+75+102=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #884B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B66 is #77B499. Grayscale: #606060. Windows color (decimal): -7845018 or 6704008. OLE color: 6704008.

HSL color Cylindrical-coordinate representation of color #884B66: hue angle of 333.44º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B66 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13675102-
CMYK00.450.250.47
HSL333.44º28.91%41.37%-
HSV(B)333.44º44.85%53.33%-
XYZ15.0711.2313.94-
YUV96.32131.21156.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 75 (29.69% from 255) = 23.96%
BLUE value IS 102 (40.23% from 255) = 32.59%
R=43.45%
G=23.96%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367510200.450.250.47333.4428.9141.37
Hex884B6602D192F14d1d29
Octal21011314605531575153551
Binary100010001001011110011001011011100110111110100110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884B66; }

 p { color: rgb(136,75,102); }

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

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

 a { background-color: rgb(136,75,102); }

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

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

 span { border-color: rgb(136,75,102); }

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