#855162

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

Shades of Cannon Pink #855162

Tints of Cannon Pink #855162

Color information

#855162 (or 0x855162) is unknown color: approx Cannon Pink. HEX triplet: 85, 51 and 62. RGB value is (133,81,98). Sum of RGB (Red+Green+Blue) = 133+81+98=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #855162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855162 is #7AAE9D. Grayscale: #626262. Windows color (decimal): -8040094 or 6443397. OLE color: 6443397.

HSL color Cylindrical-coordinate representation of color #855162: hue angle of 340.38º 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 #855162 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1338198-
CMYK00.390.260.48
HSL340.38º24.3%41.96%-
HSV(B)340.38º39.1%52.16%-
XYZ14.8211.7513.04-
YUV98.49127.73152.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=42.63%
G=25.96%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133819800.390.260.48340.3824.341.96
Hex8551620271A30154182a
Octal20512114204732605243052
Binary100001011010001110001001001111101011000010101010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855162; }

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

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

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

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

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

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

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

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