#855265

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

Shades of Cannon Pink #855265

Tints of Cannon Pink #855265

Color information

#855265 (or 0x855265) is unknown color: approx Cannon Pink. HEX triplet: 85, 52 and 65. RGB value is (133,82,101). Sum of RGB (Red+Green+Blue) = 133+82+101=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #855265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855265 is #7AAD9A. Grayscale: #636363. Windows color (decimal): -8039835 or 6640261. OLE color: 6640261.

HSL color Cylindrical-coordinate representation of color #855265: hue angle of 337.65º degrees, saturation: 0.24, 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 #855265 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB13382101-
CMYK00.380.240.48
HSL337.65º23.72%42.16%-
HSV(B)337.65º38.35%52.16%-
XYZ15.0411.9613.83-
YUV99.42128.9151.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=42.09%
G=25.95%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338210100.380.240.48337.6523.7242.16
Hex8552650261830152182a
Octal20512214504630605223052
Binary100001011010010110010101001101100011000010101001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855265; }

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

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

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

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

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

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

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

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