Html Css Color HEX #994E76 Cannon Pink

📋 copy color: '#994E76'

red 153 ◦ green 78 ◦ blue 118

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

Shades of Cannon Pink #994E76

Tints of Cannon Pink #994E76

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.35%

 BLUE value IS 118 (46.48% from 255) = 33.81%

R = 43.84%
G = 22.35%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#994E76 (or 0x994E76) is known color: Cannon Pink. HEX triplet: 99, 4E and 76. RGB value is (153,78,118). Sum of RGB (Red+Green+Blue) = 153+78+118=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #994E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E76 is #66B189. Grayscale: #686868. Windows color (decimal): -6730122 or 7753369. OLE color: 7753369.

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

Color convert

RGB 153 78 118 -
CMYK 0 0.49 0.23 0.4
HSL 328º 0.32% 0.45% -
HSV(B) 328º 0.49% 0.6% -
XYZ 19.13 13.53 18.74 -
YUV 104.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 153 78 118 0 0.49 0.23 0.4 328 0.32 0.45
Hex 99 4E 76 0 31 17 28 148 20 2D
Octal 231 116 166 0 61 27 50 510 40 55
Binary 10011001 1001110 1110110 0 110001 10111 101000 101001000 100000 101101

Color Harmonies of #994E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E76

Black with #994E76

Text Example


Text Example

White with #994E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,78,118); }

 H1.HeaderClassName
 {
   color: #994E76;
 }
 .AnyTagClassName
 {
   color: #994E76;
 }
</style>

background-color css

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

 a { background-color: rgb(153,78,118); }

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

border-color css

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

 span { border-color: rgb(153,78,118); }

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