#85566C

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

Shades of Cannon Pink #85566C

Tints of Cannon Pink #85566C

Color information

#85566C (or 0x85566C) is unknown color: approx Cannon Pink. HEX triplet: 85, 56 and 6C. RGB value is (133,86,108). Sum of RGB (Red+Green+Blue) = 133+86+108=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85566C is #7AA993. Grayscale: #666666. Windows color (decimal): -8038804 or 7100037. OLE color: 7100037.

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

Color convert

RGB13386108-
CMYK00.350.190.48
HSL331.91º21.46%42.94%-
HSV(B)331.91º35.34%52.16%-
XYZ15.7112.7215.82-
YUV102.56131.07149.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=40.67%
G=26.30%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338610800.350.190.48331.9121.4642.94
Hex85566C023133014c152b
Octal20512615404323605142553
Binary100001011010110110110001000111001111000010100110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85566C; }

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

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

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

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

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

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

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

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