Html Css Color HEX #994F71 Cannon Pink

📋 copy color: '#994F71'

red 153 ◦ green 79 ◦ blue 113

#994F71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #994F71

Tints of Cannon Pink #994F71

RGB

 RED value IS 153 (60.16% from 255) = 44.35%

 GREEN value IS 79 (31.25% from 255) = 22.9%

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 44.35%
G = 22.9%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#994F71 (or 0x994F71) is known color: 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

RGB 153 79 113 -
CMYK 0 0.48 0.26 0.4
HSL 332.43º 0.32% 0.45% -
HSV(B) 332.43º 0.48% 0.6% -
XYZ 18.91 13.56 17.24 -
YUV 105 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 153 79 113 0 0.48 0.26 0.4 332.43 0.32 0.45
Hex 99 4F 71 0 30 1A 28 14C 20 2D
Octal 231 117 161 0 60 32 50 514 40 55
Binary 10011001 1001111 1110001 0 110000 11010 101000 101001100 100000 101101

Color Harmonies of #994F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F71

Black with #994F71

Text Example


Text Example

White with #994F71

Text Example


Text Example

HTML Codes & Css Web 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>