#855166

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

Shades of Cannon Pink #855166

Tints of Cannon Pink #855166

Color information

#855166 (or 0x855166) is unknown color: approx Cannon Pink. HEX triplet: 85, 51 and 66. RGB value is (133,81,102). Sum of RGB (Red+Green+Blue) = 133+81+102=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #855166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855166 is #7AAE99. Grayscale: #626262. Windows color (decimal): -8040090 or 6705541. OLE color: 6705541.

HSL color Cylindrical-coordinate representation of color #855166: hue angle of 335.77º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855166 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13381102-
CMYK00.390.230.48
HSL335.77º24.3%41.96%-
HSV(B)335.77º39.1%52.16%-
XYZ15.0111.8314.06-
YUV98.94129.73152.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 102 (40.23% from 255) = 32.28%
R=42.09%
G=25.63%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338110200.390.230.48335.7724.341.96
Hex8551660271730150182a
Octal20512114604727605203052
Binary100001011010001110011001001111011111000010101000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855166; }

 p { color: rgb(133,81,102); }

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

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

 a { background-color: rgb(133,81,102); }

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

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

 span { border-color: rgb(133,81,102); }

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