#88475C

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

Shades of Cannon Pink #88475C

Tints of Cannon Pink #88475C

Color information

#88475C (or 0x88475C) is unknown color: approx Cannon Pink. HEX triplet: 88, 47 and 5C. RGB value is (136,71,92). Sum of RGB (Red+Green+Blue) = 136+71+92=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #88475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88475C is #77B8A3. Grayscale: #5C5C5C. Windows color (decimal): -7846052 or 6047624. OLE color: 6047624.

HSL color Cylindrical-coordinate representation of color #88475C: hue angle of 340.62º 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 #88475C is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1367192-
CMYK00.480.320.47
HSL340.62º31.4%40.59%-
HSV(B)340.62º47.79%53.33%-
XYZ14.3410.5111.4-
YUV92.83127.53158.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=45.48%
G=23.75%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136719200.480.320.47340.6231.440.59
Hex88475C030202F1551f29
Octal21010713406040575253751
Binary1000100010001111011100011000010000010111110101010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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