#88505A

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

Shades of Cannon Pink #88505A

Tints of Cannon Pink #88505A

Color information

#88505A (or 0x88505A) is unknown color: approx Cannon Pink. HEX triplet: 88, 50 and 5A. RGB value is (136,80,90). Sum of RGB (Red+Green+Blue) = 136+80+90=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #88505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88505A is #77AFA5. Grayscale: #616161. Windows color (decimal): -7843750 or 5918856. OLE color: 5918856.

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

Color convert

RGB1368090-
CMYK00.410.340.47
HSL349.29º25.93%42.35%-
HSV(B)349.29º41.18%53.33%-
XYZ14.8711.7111.15-
YUV97.88123.55155.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.44%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=44.44%
G=26.14%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136809000.410.340.47349.2925.9342.35
Hex88505A029222F15d1a2a
Octal21012013205142575353252
Binary1000100010100001011010010100110001010111110101110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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