#855065

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

Shades of Cannon Pink #855065

Tints of Cannon Pink #855065

Color information

#855065 (or 0x855065) is unknown color: approx Cannon Pink. HEX triplet: 85, 50 and 65. RGB value is (133,80,101). Sum of RGB (Red+Green+Blue) = 133+80+101=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #855065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855065 is #7AAF9A. Grayscale: #626262. Windows color (decimal): -8040347 or 6639749. OLE color: 6639749.

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

Color convert

RGB13380101-
CMYK00.400.240.48
HSL336.23º24.88%41.76%-
HSV(B)336.23º39.85%52.16%-
XYZ14.8911.6613.78-
YUV98.24129.56152.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=42.36%
G=25.48%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338010100.400.240.48336.2324.8841.76
Hex8550650281830150192a
Octal20512014505030605203152
Binary100001011010000110010101010001100011000010101000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855065; }

 p { color: rgb(133,80,101); }

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

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

 a { background-color: rgb(133,80,101); }

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

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

 span { border-color: rgb(133,80,101); }

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