#865568

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

Shades of Cannon Pink #865568

Tints of Cannon Pink #865568

Color information

#865568 (or 0x865568) is unknown color: approx Cannon Pink. HEX triplet: 86, 55 and 68. RGB value is (134,85,104). Sum of RGB (Red+Green+Blue) = 134+85+104=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #865568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865568 is #79AA97. Grayscale: #656565. Windows color (decimal): -7973528 or 6837638. OLE color: 6837638.

HSL color Cylindrical-coordinate representation of color #865568: hue angle of 336.73º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865568 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13485104-
CMYK00.370.220.47
HSL336.73º22.37%42.94%-
HSV(B)336.73º36.57%52.55%-
XYZ15.5812.5614.7-
YUV101.82129.23150.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=41.49%
G=26.32%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348510400.370.220.47336.7322.3742.94
Hex865568025162F151162b
Octal20612515004526575212653
Binary100001101010101110100001001011011010111110101000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865568; }

 p { color: rgb(134,85,104); }

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

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

 a { background-color: rgb(134,85,104); }

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

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

 span { border-color: rgb(134,85,104); }

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