#855661

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

Shades of Cannon Pink #855661

Tints of Cannon Pink #855661

Color information

#855661 (or 0x855661) is unknown color: approx Cannon Pink. HEX triplet: 85, 56 and 61. RGB value is (133,86,97). Sum of RGB (Red+Green+Blue) = 133+86+97=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #855661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855661 is #7AA99E. Grayscale: #656565. Windows color (decimal): -8038815 or 6379141. OLE color: 6379141.

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

Color convert

RGB1338697-
CMYK00.350.270.48
HSL345.96º21.46%42.94%-
HSV(B)345.96º35.34%52.16%-
XYZ15.1612.5112.92-
YUV101.31125.57150.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 97 (38.28% from 255) = 30.70%
R=42.09%
G=27.22%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133869700.350.270.48345.9621.4642.94
Hex8556610231B3015a152b
Octal20512614104333605322553
Binary100001011010110110000101000111101111000010101101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855661; }

 p { color: rgb(133,86,97); }

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

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

 a { background-color: rgb(133,86,97); }

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

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

 span { border-color: rgb(133,86,97); }

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