#855562

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

Shades of Cannon Pink #855562

Tints of Cannon Pink #855562

Color information

#855562 (or 0x855562) is unknown color: approx Cannon Pink. HEX triplet: 85, 55 and 62. RGB value is (133,85,98). Sum of RGB (Red+Green+Blue) = 133+85+98=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #855562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855562 is #7AAA9D. Grayscale: #646464. Windows color (decimal): -8039070 or 6444421. OLE color: 6444421.

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

Color convert

RGB1338598-
CMYK00.360.260.48
HSL343.75º22.02%42.75%-
HSV(B)343.75º36.09%52.16%-
XYZ15.1312.3713.14-
YUV100.83126.4150.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 98 (38.67% from 255) = 31.01%
R=42.09%
G=26.90%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133859800.360.260.48343.7522.0242.75
Hex8555620241A30158162b
Octal20512514204432605302653
Binary100001011010101110001001001001101011000010101100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855562; }

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

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

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

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

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

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

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

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