#855465

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

Shades of Cannon Pink #855465

Tints of Cannon Pink #855465

Color information

#855465 (or 0x855465) is unknown color: approx Cannon Pink. HEX triplet: 85, 54 and 65. RGB value is (133,84,101). Sum of RGB (Red+Green+Blue) = 133+84+101=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #855465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855465 is #7AAB9A. Grayscale: #646464. Windows color (decimal): -8039323 or 6640773. OLE color: 6640773.

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

Color convert

RGB13384101-
CMYK00.370.240.48
HSL339.18º22.58%42.55%-
HSV(B)339.18º36.84%52.16%-
XYZ15.1912.2713.88-
YUV100.59128.23151.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=41.82%
G=26.42%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338410100.370.240.48339.1822.5842.55
Hex8554650251830153172b
Octal20512414504530605232753
Binary100001011010100110010101001011100011000010101001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855465; }

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

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

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

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

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

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

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

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