#88485F

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

Shades of Cannon Pink #88485F

Tints of Cannon Pink #88485F

Color information

#88485F (or 0x88485F) is unknown color: approx Cannon Pink. HEX triplet: 88, 48 and 5F. RGB value is (136,72,95). Sum of RGB (Red+Green+Blue) = 136+72+95=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #88485F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88485F is #77B7A0. Grayscale: #5D5D5D. Windows color (decimal): -7845793 or 6244488. OLE color: 6244488.

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

Color convert

RGB1367295-
CMYK00.470.300.47
HSL338.44º30.77%40.78%-
HSV(B)338.44º47.06%53.33%-
XYZ14.5410.712.12-
YUV93.76128.7158.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.88%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=44.88%
G=23.76%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136729500.470.300.47338.4430.7740.78
Hex88485F02F1E2F1521f29
Octal21011013705736575223751
Binary100010001001000101111101011111111010111110101001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88485F; }

 p { color: rgb(136,72,95); }

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

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

 a { background-color: rgb(136,72,95); }

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

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

 span { border-color: rgb(136,72,95); }

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