#855864

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

Shades of Cannon Pink #855864

Tints of Cannon Pink #855864

Color information

#855864 (or 0x855864) is unknown color: approx Cannon Pink. HEX triplet: 85, 58 and 64. RGB value is (133,88,100). Sum of RGB (Red+Green+Blue) = 133+88+100=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #855864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855864 is #7AA79B. Grayscale: #666666. Windows color (decimal): -8038300 or 6576261. OLE color: 6576261.

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

Color convert

RGB13388100-
CMYK00.340.250.48
HSL344º20.36%43.33%-
HSV(B)344º33.83%52.16%-
XYZ15.4612.8913.73-
YUV102.82126.41149.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=41.43%
G=27.41%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338810000.340.250.4834420.3643.33
Hex8558640221930158142b
Octal20513014404231605302453
Binary100001011011000110010001000101100111000010101100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855864; }

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

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

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

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

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

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

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

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