#994F71

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

Shades of Cannon Pink #994F71

Tints of Cannon Pink #994F71

Color information

#994F71 (or 0x994F71) is unknown color: approx Cannon Pink. HEX triplet: 99, 4F and 71. RGB value is (153,79,113). Sum of RGB (Red+Green+Blue) = 153+79+113=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #994F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F71 is #66B08E. Grayscale: #686868. Windows color (decimal): -6729871 or 7425945. OLE color: 7425945.

HSL color Cylindrical-coordinate representation of color #994F71: hue angle of 332.43º 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 #994F71 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB15379113-
CMYK00.480.260.4
HSL332.43º31.9%45.49%-
HSV(B)332.43º48.37%60%-
XYZ18.9113.5617.24-
YUV105132.52162.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=44.35%
G=22.90%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537911300.480.260.4332.4331.945.49
Hex994F710301A2814c202d
Octal23111716106032505144055
Binary1001100110011111110001011000011010101000101001100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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