#855869

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

Shades of Cannon Pink #855869

Tints of Cannon Pink #855869

Color information

#855869 (or 0x855869) is unknown color: approx Cannon Pink. HEX triplet: 85, 58 and 69. RGB value is (133,88,105). Sum of RGB (Red+Green+Blue) = 133+88+105=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #855869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855869 is #7AA796. Grayscale: #676767. Windows color (decimal): -8038295 or 6903941. OLE color: 6903941.

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

Color convert

RGB13388105-
CMYK00.340.210.48
HSL337.33º20.36%43.33%-
HSV(B)337.33º33.83%52.16%-
XYZ15.7112.9915.04-
YUV103.39128.91149.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 105 (41.41% from 255) = 32.21%
R=40.80%
G=26.99%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338810500.340.210.48337.3320.3643.33
Hex8558690221530151142b
Octal20513015104225605212453
Binary100001011011000110100101000101010111000010101000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855869; }

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

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

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

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

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

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

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

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