#855462

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

Shades of Cannon Pink #855462

Tints of Cannon Pink #855462

Color information

#855462 (or 0x855462) is unknown color: approx Cannon Pink. HEX triplet: 85, 54 and 62. RGB value is (133,84,98). Sum of RGB (Red+Green+Blue) = 133+84+98=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #855462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855462 is #7AAB9D. Grayscale: #646464. Windows color (decimal): -8039326 or 6444165. OLE color: 6444165.

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

Color convert

RGB1338498-
CMYK00.370.260.48
HSL342.86º22.58%42.55%-
HSV(B)342.86º36.84%52.16%-
XYZ15.0512.2113.12-
YUV100.25126.73151.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=42.22%
G=26.67%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133849800.370.260.48342.8622.5842.55
Hex8554620251A30157172b
Octal20512414204532605272753
Binary100001011010100110001001001011101011000010101011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855462; }

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

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

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

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

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

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

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

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