#885066

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

Shades of Cannon Pink #885066

Tints of Cannon Pink #885066

Color information

#885066 (or 0x885066) is unknown color: approx Cannon Pink. HEX triplet: 88, 50 and 66. RGB value is (136,80,102). Sum of RGB (Red+Green+Blue) = 136+80+102=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #885066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885066 is #77AF99. Grayscale: #636363. Windows color (decimal): -7843738 or 6705288. OLE color: 6705288.

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

Color convert

RGB13680102-
CMYK00.410.250.47
HSL336.43º25.93%42.35%-
HSV(B)336.43º41.18%53.33%-
XYZ15.4211.9314.06-
YUV99.25129.55154.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=42.77%
G=25.16%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368010200.410.250.47336.4325.9342.35
Hex885066029192F1501a2a
Octal21012014605131575203252
Binary100010001010000110011001010011100110111110101000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885066; }

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

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

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

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

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

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

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

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