#855366

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

Shades of Cannon Pink #855366

Tints of Cannon Pink #855366

Color information

#855366 (or 0x855366) is unknown color: approx Cannon Pink. HEX triplet: 85, 53 and 66. RGB value is (133,83,102). Sum of RGB (Red+Green+Blue) = 133+83+102=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #855366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855366 is #7AAC99. Grayscale: #646464. Windows color (decimal): -8039578 or 6706053. OLE color: 6706053.

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

Color convert

RGB13383102-
CMYK00.380.230.48
HSL337.2º23.15%42.35%-
HSV(B)337.2º37.59%52.16%-
XYZ15.1612.1314.11-
YUV100.12129.06151.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=41.82%
G=26.10%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338310200.380.230.48337.223.1542.35
Hex8553660261730151172a
Octal20512314604627605212752
Binary100001011010011110011001001101011111000010101000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855366; }

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

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

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

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

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

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

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

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