#855362

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

Shades of Cannon Pink #855362

Tints of Cannon Pink #855362

Color information

#855362 (or 0x855362) is unknown color: approx Cannon Pink. HEX triplet: 85, 53 and 62. RGB value is (133,83,98). Sum of RGB (Red+Green+Blue) = 133+83+98=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #855362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855362 is #7AAC9D. Grayscale: #636363. Windows color (decimal): -8039582 or 6443909. OLE color: 6443909.

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

Color convert

RGB1338398-
CMYK00.380.260.48
HSL342º23.15%42.35%-
HSV(B)342º37.59%52.16%-
XYZ14.9712.0513.09-
YUV99.66127.06151.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=42.36%
G=26.43%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133839800.380.260.4834223.1542.35
Hex8553620261A30156172a
Octal20512314204632605262752
Binary100001011010011110001001001101101011000010101011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855362; }

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

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

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

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

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

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

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

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