#845165

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

Shades of Cannon Pink #845165

Tints of Cannon Pink #845165

Color information

#845165 (or 0x845165) is unknown color: approx Cannon Pink. HEX triplet: 84, 51 and 65. RGB value is (132,81,101). Sum of RGB (Red+Green+Blue) = 132+81+101=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #845165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845165 is #7BAE9A. Grayscale: #626262. Windows color (decimal): -8105627 or 6640004. OLE color: 6640004.

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

Color convert

RGB13281101-
CMYK00.390.230.48
HSL336.47º23.94%41.76%-
HSV(B)336.47º38.64%51.76%-
XYZ14.8111.7313.8-
YUV98.53129.4151.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=42.04%
G=25.80%
B=32.17%

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
Decimal1328110100.390.230.48336.4723.9441.76
Hex8451650271730150182a
Octal20412114504727605203052
Binary100001001010001110010101001111011111000010101000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845165; }

 p { color: rgb(132,81,101); }

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

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

 a { background-color: rgb(132,81,101); }

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

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

 span { border-color: rgb(132,81,101); }

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