#88475A

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

Shades of Cannon Pink #88475A

Tints of Cannon Pink #88475A

Color information

#88475A (or 0x88475A) is unknown color: approx Cannon Pink. HEX triplet: 88, 47 and 5A. RGB value is (136,71,90). Sum of RGB (Red+Green+Blue) = 136+71+90=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88475A is #77B8A5. Grayscale: #5C5C5C. Windows color (decimal): -7846054 or 5916552. OLE color: 5916552.

HSL color Cylindrical-coordinate representation of color #88475A: hue angle of 342.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #88475A is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1367190-
CMYK00.480.340.47
HSL342.46º31.4%40.59%-
HSV(B)342.46º47.79%53.33%-
XYZ14.2510.4810.94-
YUV92.6126.53158.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=45.79%
G=23.91%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136719000.480.340.47342.4631.440.59
Hex88475A030222F1561f29
Octal21010713206042575263751
Binary1000100010001111011010011000010001010111110101011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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