#845163

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

Shades of Cannon Pink #845163

Tints of Cannon Pink #845163

Color information

#845163 (or 0x845163) is unknown color: approx Cannon Pink. HEX triplet: 84, 51 and 63. RGB value is (132,81,99). Sum of RGB (Red+Green+Blue) = 132+81+99=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #845163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845163 is #7BAE9C. Grayscale: #626262. Windows color (decimal): -8105629 or 6508932. OLE color: 6508932.

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

Color convert

RGB1328199-
CMYK00.390.250.48
HSL338.82º23.94%41.76%-
HSV(B)338.82º38.64%51.76%-
XYZ14.7111.6913.29-
YUV98.3128.4152.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 99 (39.06% from 255) = 31.73%
R=42.31%
G=25.96%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132819900.390.250.48338.8223.9441.76
Hex8451630271930153182a
Octal20412114304731605233052
Binary100001001010001110001101001111100111000010101001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845163; }

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

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

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

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

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

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

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

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