#885067

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

Shades of Cannon Pink #885067

Tints of Cannon Pink #885067

Color information

#885067 (or 0x885067) is unknown color: approx Cannon Pink. HEX triplet: 88, 50 and 67. RGB value is (136,80,103). Sum of RGB (Red+Green+Blue) = 136+80+103=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #885067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885067 is #77AF98. Grayscale: #636363. Windows color (decimal): -7843737 or 6770824. OLE color: 6770824.

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

Color convert

RGB13680103-
CMYK00.410.240.47
HSL335.36º25.93%42.35%-
HSV(B)335.36º41.18%53.33%-
XYZ15.4711.9514.32-
YUV99.37130.05154.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 103 (40.62% from 255) = 32.29%
R=42.63%
G=25.08%
B=32.29%

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
Decimal1368010300.410.240.47335.3625.9342.35
Hex885067029182F14f1a2a
Octal21012014705130575173252
Binary100010001010000110011101010011100010111110100111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885067; }

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

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

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

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

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

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

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

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