#884458

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

Shades of Cannon Pink #884458

Tints of Cannon Pink #884458

Color information

#884458 (or 0x884458) is unknown color: approx Cannon Pink. HEX triplet: 88, 44 and 58. RGB value is (136,68,88). Sum of RGB (Red+Green+Blue) = 136+68+88=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #884458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884458 is #77BBA7. Grayscale: #5A5A5A. Windows color (decimal): -7846824 or 5784712. OLE color: 5784712.

HSL color Cylindrical-coordinate representation of color #884458: hue angle of 342.35º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884458 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1366888-
CMYK00.500.350.47
HSL342.35º33.33%40%-
HSV(B)342.35º50%53.33%-
XYZ13.9810.0710.44-
YUV90.61126.53160.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.58%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=46.58%
G=23.29%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136688800.500.350.47342.3533.3340
Hex884458032232F1562128
Octal21010413006243575264150
Binary10001000100010010110000110010100011101111101010110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884458; }

 p { color: rgb(136,68,88); }

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

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

 a { background-color: rgb(136,68,88); }

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

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

 span { border-color: rgb(136,68,88); }

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