#88535C

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

Shades of Cannon Pink #88535C

Tints of Cannon Pink #88535C

Color information

#88535C (or 0x88535C) is unknown color: approx Cannon Pink. HEX triplet: 88, 53 and 5C. RGB value is (136,83,92). Sum of RGB (Red+Green+Blue) = 136+83+92=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88535C is #77ACA3. Grayscale: #636363. Windows color (decimal): -7842980 or 6050696. OLE color: 6050696.

HSL color Cylindrical-coordinate representation of color #88535C: hue angle of 349.81º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88535C is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1368392-
CMYK00.390.320.47
HSL349.81º24.2%42.94%-
HSV(B)349.81º38.97%53.33%-
XYZ15.1812.1911.68-
YUV99.87123.56153.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=43.73%
G=26.69%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136839200.390.320.47349.8124.242.94
Hex88535C027202F15e182b
Octal21012313404740575363053
Binary1000100010100111011100010011110000010111110101111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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