#845961

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

Shades of Cannon Pink #845961

Tints of Cannon Pink #845961

Color information

#845961 (or 0x845961) is unknown color: approx Cannon Pink. HEX triplet: 84, 59 and 61. RGB value is (132,89,97). Sum of RGB (Red+Green+Blue) = 132+89+97=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #845961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845961 is #7BA69E. Grayscale: #666666. Windows color (decimal): -8103583 or 6379908. OLE color: 6379908.

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

Color convert

RGB1328997-
CMYK00.330.270.48
HSL348.84º19.46%43.33%-
HSV(B)348.84º32.58%51.76%-
XYZ15.2512.9113-
YUV102.77124.75148.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.51%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=41.51%
G=27.99%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132899700.330.270.48348.8419.4643.33
Hex8459610211B3015d132b
Octal20413114104133605352353
Binary100001001011001110000101000011101111000010101110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845961; }

 p { color: rgb(132,89,97); }

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

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

 a { background-color: rgb(132,89,97); }

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

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

 span { border-color: rgb(132,89,97); }

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