#885068

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

Shades of Cannon Pink #885068

Tints of Cannon Pink #885068

Color information

#885068 (or 0x885068) is unknown color: approx Cannon Pink. HEX triplet: 88, 50 and 68. RGB value is (136,80,104). Sum of RGB (Red+Green+Blue) = 136+80+104=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #885068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885068 is #77AF97. Grayscale: #636363. Windows color (decimal): -7843736 or 6836360. OLE color: 6836360.

HSL color Cylindrical-coordinate representation of color #885068: hue angle of 334.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 #885068 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13680104-
CMYK00.410.240.47
HSL334.29º25.93%42.35%-
HSV(B)334.29º41.18%53.33%-
XYZ15.5211.9714.59-
YUV99.48130.55154.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=42.5%
G=25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368010400.410.240.47334.2925.9342.35
Hex885068029182F14e1a2a
Octal21012015005130575163252
Binary100010001010000110100001010011100010111110100111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885068; }

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

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

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

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

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

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

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

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