#855766

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

Shades of Cannon Pink #855766

Tints of Cannon Pink #855766

Color information

#855766 (or 0x855766) is unknown color: approx Cannon Pink. HEX triplet: 85, 57 and 66. RGB value is (133,87,102). Sum of RGB (Red+Green+Blue) = 133+87+102=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #855766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855766 is #7AA899. Grayscale: #666666. Windows color (decimal): -8038554 or 6707077. OLE color: 6707077.

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

Color convert

RGB13387102-
CMYK00.350.230.48
HSL340.43º20.91%43.14%-
HSV(B)340.43º34.59%52.16%-
XYZ15.4812.7614.22-
YUV102.46127.74149.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=41.30%
G=27.02%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338710200.350.230.48340.4320.9143.14
Hex8557660231730154152b
Octal20512714604327605242553
Binary100001011010111110011001000111011111000010101010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855766; }

 p { color: rgb(133,87,102); }

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

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

 a { background-color: rgb(133,87,102); }

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

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

 span { border-color: rgb(133,87,102); }

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