#884B68

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

Shades of Cannon Pink #884B68

Tints of Cannon Pink #884B68

Color information

#884B68 (or 0x884B68) is unknown color: approx Cannon Pink. HEX triplet: 88, 4B and 68. RGB value is (136,75,104). Sum of RGB (Red+Green+Blue) = 136+75+104=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #884B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B68 is #77B497. Grayscale: #606060. Windows color (decimal): -7845016 or 6835080. OLE color: 6835080.

HSL color Cylindrical-coordinate representation of color #884B68: hue angle of 331.48º 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 #884B68 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13675104-
CMYK00.450.240.47
HSL331.48º28.91%41.37%-
HSV(B)331.48º44.85%53.33%-
XYZ15.1711.2714.47-
YUV96.54132.21156.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=43.17%
G=23.81%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367510400.450.240.47331.4828.9141.37
Hex884B6802D182F14b1d29
Octal21011315005530575133551
Binary100010001001011110100001011011100010111110100101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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