#994F73

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

Shades of Cannon Pink #994F73

Tints of Cannon Pink #994F73

Color information

#994F73 (or 0x994F73) is unknown color: approx Cannon Pink. HEX triplet: 99, 4F and 73. RGB value is (153,79,115). Sum of RGB (Red+Green+Blue) = 153+79+115=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #994F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F73 is #66B08C. Grayscale: #696969. Windows color (decimal): -6729869 or 7557017. OLE color: 7557017.

HSL color Cylindrical-coordinate representation of color #994F73: hue angle of 330.81º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #994F73 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB15379115-
CMYK00.480.250.4
HSL330.81º31.9%45.49%-
HSV(B)330.81º48.37%60%-
XYZ19.0313.617.84-
YUV105.23133.52162.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=44.09%
G=22.77%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537911500.480.250.4330.8131.945.49
Hex994F73030192814b202d
Octal23111716306031505134055
Binary1001100110011111110011011000011001101000101001011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994F73; }

 p { color: rgb(153,79,115); }

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

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

 a { background-color: rgb(153,79,115); }

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

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

 span { border-color: rgb(153,79,115); }

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