#945073

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

Shades of Cannon Pink #945073

Tints of Cannon Pink #945073

Color information

#945073 (or 0x945073) is unknown color: approx Cannon Pink. HEX triplet: 94, 50 and 73. RGB value is (148,80,115). Sum of RGB (Red+Green+Blue) = 148+80+115=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #945073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945073 is #6BAF8C. Grayscale: #686868. Windows color (decimal): -7057293 or 7557268. OLE color: 7557268.

HSL color Cylindrical-coordinate representation of color #945073: hue angle of 329.12º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #945073 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14880115-
CMYK00.460.220.42
HSL329.12º29.82%44.71%-
HSV(B)329.12º45.95%58.04%-
XYZ18.1813.2717.82-
YUV104.32134.03159.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=43.15%
G=23.32%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488011500.460.220.42329.1229.8244.71
Hex94507302E162A1491e2d
Octal22412016305626525113655
Binary100101001010000111001101011101011010101010100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945073; }

 p { color: rgb(148,80,115); }

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

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

 a { background-color: rgb(148,80,115); }

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

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

 span { border-color: rgb(148,80,115); }

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