#855167

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

Shades of Cannon Pink #855167

Tints of Cannon Pink #855167

Color information

#855167 (or 0x855167) is unknown color: approx Cannon Pink. HEX triplet: 85, 51 and 67. RGB value is (133,81,103). Sum of RGB (Red+Green+Blue) = 133+81+103=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #855167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855167 is #7AAE98. Grayscale: #636363. Windows color (decimal): -8040089 or 6771077. OLE color: 6771077.

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

Color convert

RGB13381103-
CMYK00.390.230.48
HSL334.62º24.3%41.96%-
HSV(B)334.62º39.1%52.16%-
XYZ15.0611.8514.33-
YUV99.06130.23152.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=41.96%
G=25.55%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338110300.390.230.48334.6224.341.96
Hex855167027173014f182a
Octal20512114704727605173052
Binary100001011010001110011101001111011111000010100111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855167; }

 p { color: rgb(133,81,103); }

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

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

 a { background-color: rgb(133,81,103); }

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

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

 span { border-color: rgb(133,81,103); }

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