#845968

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

Shades of Cannon Pink #845968

Tints of Cannon Pink #845968

Color information

#845968 (or 0x845968) is unknown color: approx Cannon Pink. HEX triplet: 84, 59 and 68. RGB value is (132,89,104). Sum of RGB (Red+Green+Blue) = 132+89+104=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #845968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845968 is #7BA697. Grayscale: #676767. Windows color (decimal): -8103576 or 6838660. OLE color: 6838660.

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

Color convert

RGB13289104-
CMYK00.330.210.48
HSL339.07º19.46%43.33%-
HSV(B)339.07º32.58%51.76%-
XYZ15.5913.0514.79-
YUV103.57128.25148.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 104 (41.02% from 255) = 32%
R=40.62%
G=27.38%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328910400.330.210.48339.0719.4643.33
Hex8459680211530153132b
Octal20413115004125605232353
Binary100001001011001110100001000011010111000010101001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845968; }

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

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

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

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

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

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

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

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