Html Css Color HEX #974978 Cannon Pink

📋 copy color: '#974978'

red 151 ◦ green 73 ◦ blue 120

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

Shades of Cannon Pink #974978

Tints of Cannon Pink #974978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.22%

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 43.9%
G = 21.22%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#974978 (or 0x974978) is known color: Cannon Pink. HEX triplet: 97, 49 and 78. RGB value is (151,73,120). Sum of RGB (Red+Green+Blue) = 151+73+120=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #974978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974978 is #68B687. Grayscale: #656565. Windows color (decimal): -6862472 or 7883159. OLE color: 7883159.

HSL color Cylindrical-coordinate representation of color #974978: hue angle of 323.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #974978 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 73 120 -
CMYK 0 0.52 0.21 0.41
HSL 323.85º 0.35% 0.44% -
HSV(B) 323.85º 0.52% 0.59% -
XYZ 18.54 12.7 19.24 -
YUV 101.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 151 73 120 0 0.52 0.21 0.41 323.85 0.35 0.44
Hex 97 49 78 0 34 15 29 144 23 2C
Octal 227 111 170 0 64 25 51 504 43 54
Binary 10010111 1001001 1111000 0 110100 10101 101001 101000100 100011 101100

Color Harmonies of #974978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974978

Black with #974978

Text Example


Text Example

White with #974978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974978; }

 p { color: rgb(151,73,120); }

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

background-color css

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

 a { background-color: rgb(151,73,120); }

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

border-color css

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

 span { border-color: rgb(151,73,120); }

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