#88465A

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

Shades of Cannon Pink #88465A

Tints of Cannon Pink #88465A

Color information

#88465A (or 0x88465A) is unknown color: approx Cannon Pink. HEX triplet: 88, 46 and 5A. RGB value is (136,70,90). Sum of RGB (Red+Green+Blue) = 136+70+90=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #88465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88465A is #77B9A5. Grayscale: #5C5C5C. Windows color (decimal): -7846310 or 5916296. OLE color: 5916296.

HSL color Cylindrical-coordinate representation of color #88465A: hue angle of 341.82º 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 #88465A is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1367090-
CMYK00.490.340.47
HSL341.82º32.04%40.39%-
HSV(B)341.82º48.53%53.33%-
XYZ14.1910.3510.92-
YUV92.01126.87159.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.95%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=45.95%
G=23.65%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136709000.490.340.47341.8232.0440.39
Hex88465A031222F1562028
Octal21010613206142575264050
Binary10001000100011010110100110001100010101111101010110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88465A; }

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

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

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

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

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

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

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

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