#855962

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

Shades of Cannon Pink #855962

Tints of Cannon Pink #855962

Color information

#855962 (or 0x855962) is unknown color: approx Cannon Pink. HEX triplet: 85, 59 and 62. RGB value is (133,89,98). Sum of RGB (Red+Green+Blue) = 133+89+98=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #855962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855962 is #7AA69D. Grayscale: #676767. Windows color (decimal): -8038046 or 6445445. OLE color: 6445445.

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

Color convert

RGB1338998-
CMYK00.330.260.48
HSL347.73º19.82%43.53%-
HSV(B)347.73º33.08%52.16%-
XYZ15.4513.0113.25-
YUV103.18125.08149.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=41.56%
G=27.81%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133899800.330.260.48347.7319.8243.53
Hex8559620211A3015c142c
Octal20513114204132605342454
Binary100001011011001110001001000011101011000010101110010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855962; }

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

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

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

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

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

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

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

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