Html Css Color HEX #974C71 Cannon Pink

📋 copy color: '#974C71'

red 151 ◦ green 76 ◦ blue 113

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

Shades of Cannon Pink #974C71

Tints of Cannon Pink #974C71

RGB

 RED value IS 151 (59.38% from 255) = 44.41%

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

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

R = 44.41%
G = 22.35%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#974C71 (or 0x974C71) is known color: Cannon Pink. HEX triplet: 97, 4C and 71. RGB value is (151,76,113). Sum of RGB (Red+Green+Blue) = 151+76+113=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #974C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974C71 is #68B38E. Grayscale: #666666. Windows color (decimal): -6861711 or 7425175. OLE color: 7425175.

HSL color Cylindrical-coordinate representation of color #974C71: hue angle of 330.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974C71 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 76 113 -
CMYK 0 0.50 0.25 0.41
HSL 330.4º 0.33% 0.45% -
HSV(B) 330.4º 0.5% 0.59% -
XYZ 18.33 12.94 17.15 -
YUV 102.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 151 76 113 0 0.50 0.25 0.41 330.4 0.33 0.45
Hex 97 4C 71 0 32 19 29 14A 21 2D
Octal 227 114 161 0 62 31 51 512 41 55
Binary 10010111 1001100 1110001 0 110010 11001 101001 101001010 100001 101101

Color Harmonies of #974C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974C71

Black with #974C71

Text Example


Text Example

White with #974C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974C71; }

 p { color: rgb(151,76,113); }

 H1.HeaderClassName
 {
   color: #974C71;
 }
 .AnyTagClassName
 {
   color: #974C71;
 }
</style>

background-color css

<style>
 a { background-color: #974C71; }

 a { background-color: rgb(151,76,113); }

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

border-color css

<style>
 span { border-color: #974C71; }

 span { border-color: rgb(151,76,113); }

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