#855865

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

Shades of Cannon Pink #855865

Tints of Cannon Pink #855865

Color information

#855865 (or 0x855865) is unknown color: approx Cannon Pink. HEX triplet: 85, 58 and 65. RGB value is (133,88,101). Sum of RGB (Red+Green+Blue) = 133+88+101=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #855865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855865 is #7AA79A. Grayscale: #666666. Windows color (decimal): -8038299 or 6641797. OLE color: 6641797.

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

Color convert

RGB13388101-
CMYK00.340.240.48
HSL342.67º20.36%43.33%-
HSV(B)342.67º33.83%52.16%-
XYZ15.5112.9113.99-
YUV102.94126.91149.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 101 (39.84% from 255) = 31.37%
R=41.30%
G=27.33%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338810100.340.240.48342.6720.3643.33
Hex8558650221830157142b
Octal20513014504230605272453
Binary100001011011000110010101000101100011000010101011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855865; }

 p { color: rgb(133,88,101); }

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

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

 a { background-color: rgb(133,88,101); }

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

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

 span { border-color: rgb(133,88,101); }

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