#855A69

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

Shades of Cannon Pink #855A69

Tints of Cannon Pink #855A69

Color information

#855A69 (or 0x855A69) is unknown color: approx Cannon Pink. HEX triplet: 85, 5A and 69. RGB value is (133,90,105). Sum of RGB (Red+Green+Blue) = 133+90+105=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #855A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A69 is #7AA596. Grayscale: #686868. Windows color (decimal): -8037783 or 6904453. OLE color: 6904453.

HSL color Cylindrical-coordinate representation of color #855A69: hue angle of 339.07º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855A69 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13390105-
CMYK00.320.210.48
HSL339.07º19.28%43.73%-
HSV(B)339.07º32.33%52.16%-
XYZ15.8813.3215.1-
YUV104.57128.25148.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=40.55%
G=27.44%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339010500.320.210.48339.0719.2843.73
Hex855A690201530153132c
Octal20513215104025605232354
Binary100001011011010110100101000001010111000010101001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855A69; }

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

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

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

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

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

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

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

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