Html Css Color HEX #994C77 Cannon Pink

📋 copy color: '#994C77'

red 153 ◦ green 76 ◦ blue 119

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

Shades of Cannon Pink #994C77

Tints of Cannon Pink #994C77

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

 BLUE value IS 119 (46.88% from 255) = 34.2%

R = 43.97%
G = 21.84%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#994C77 (or 0x994C77) is known color: Cannon Pink. HEX triplet: 99, 4C and 77. RGB value is (153,76,119). Sum of RGB (Red+Green+Blue) = 153+76+119=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #994C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C77 is #66B388. Grayscale: #676767. Windows color (decimal): -6730633 or 7818393. OLE color: 7818393.

HSL color Cylindrical-coordinate representation of color #994C77: hue angle of 326.49º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C77 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 119 -
CMYK 0 0.50 0.22 0.4
HSL 326.49º 0.34% 0.45% -
HSV(B) 326.49º 0.5% 0.6% -
XYZ 19.05 13.27 19.01 -
YUV 103.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 153 76 119 0 0.50 0.22 0.4 326.49 0.34 0.45
Hex 99 4C 77 0 32 16 28 146 22 2D
Octal 231 114 167 0 62 26 50 506 42 55
Binary 10011001 1001100 1110111 0 110010 10110 101000 101000110 100010 101101

Color Harmonies of #994C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C77

Black with #994C77

Text Example


Text Example

White with #994C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,76,119); }

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

background-color css

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

 a { background-color: rgb(153,76,119); }

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

border-color css

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

 span { border-color: rgb(153,76,119); }

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