#855262

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

Shades of Cannon Pink #855262

Tints of Cannon Pink #855262

Color information

#855262 (or 0x855262) is unknown color: approx Cannon Pink. HEX triplet: 85, 52 and 62. RGB value is (133,82,98). Sum of RGB (Red+Green+Blue) = 133+82+98=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #855262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855262 is #7AAD9D. Grayscale: #636363. Windows color (decimal): -8039838 or 6443653. OLE color: 6443653.

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

Color convert

RGB1338298-
CMYK00.380.260.48
HSL341.18º23.72%42.16%-
HSV(B)341.18º38.35%52.16%-
XYZ14.8911.913.07-
YUV99.07127.4152.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=42.49%
G=26.20%
B=31.31%

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
Decimal133829800.380.260.48341.1823.7242.16
Hex8552620261A30155182a
Octal20512214204632605253052
Binary100001011010010110001001001101101011000010101010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855262; }

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

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

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

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

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

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

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

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