#85556A

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

Shades of Cannon Pink #85556A

Tints of Cannon Pink #85556A

Color information

#85556A (or 0x85556A) is unknown color: approx Cannon Pink. HEX triplet: 85, 55 and 6A. RGB value is (133,85,106). Sum of RGB (Red+Green+Blue) = 133+85+106=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85556A is #7AAA95. Grayscale: #656565. Windows color (decimal): -8039062 or 6968709. OLE color: 6968709.

HSL color Cylindrical-coordinate representation of color #85556A: hue angle of 333.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85556A is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13385106-
CMYK00.360.200.48
HSL333.75º22.02%42.75%-
HSV(B)333.75º36.09%52.16%-
XYZ15.5212.5215.23-
YUV101.75130.4150.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 85 (33.59% from 255) = 26.23%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=41.05%
G=26.23%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338510600.360.200.48333.7522.0242.75
Hex85556A024143014e162b
Octal20512515204424605162653
Binary100001011010101110101001001001010011000010100111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85556A; }

 p { color: rgb(133,85,106); }

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

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

 a { background-color: rgb(133,85,106); }

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

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

 span { border-color: rgb(133,85,106); }

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