#855667

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

Shades of Cannon Pink #855667

Tints of Cannon Pink #855667

Color information

#855667 (or 0x855667) is unknown color: approx Cannon Pink. HEX triplet: 85, 56 and 67. RGB value is (133,86,103). Sum of RGB (Red+Green+Blue) = 133+86+103=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #855667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855667 is #7AA998. Grayscale: #656565. Windows color (decimal): -8038809 or 6772357. OLE color: 6772357.

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

Color convert

RGB13386103-
CMYK00.350.230.48
HSL338.3º21.46%42.94%-
HSV(B)338.3º35.34%52.16%-
XYZ15.4512.6214.45-
YUV101.99128.57150.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=41.30%
G=26.71%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338610300.350.230.48338.321.4642.94
Hex8556670231730152152b
Octal20512614704327605222553
Binary100001011010110110011101000111011111000010101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855667; }

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

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

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

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

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

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

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

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