Html Css Color HEX #974976 Cannon Pink

📋 copy color: '#974976'

red 151 ◦ green 73 ◦ blue 118

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

Shades of Cannon Pink #974976

Tints of Cannon Pink #974976

RGB

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

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

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

R = 44.15%
G = 21.35%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#974976 (or 0x974976) is known color: Cannon Pink. HEX triplet: 97, 49 and 76. RGB value is (151,73,118). Sum of RGB (Red+Green+Blue) = 151+73+118=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #974976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974976 is #68B689. Grayscale: #656565. Windows color (decimal): -6862474 or 7752087. OLE color: 7752087.

HSL color Cylindrical-coordinate representation of color #974976: hue angle of 325.38º 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 #974976 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 73 118 -
CMYK 0 0.52 0.22 0.41
HSL 325.38º 0.35% 0.44% -
HSV(B) 325.38º 0.52% 0.59% -
XYZ 18.42 12.65 18.61 -
YUV 101.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 151 73 118 0 0.52 0.22 0.41 325.38 0.35 0.44
Hex 97 49 76 0 34 16 29 145 23 2C
Octal 227 111 166 0 64 26 51 505 43 54
Binary 10010111 1001001 1110110 0 110100 10110 101001 101000101 100011 101100

Color Harmonies of #974976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974976

Black with #974976

Text Example


Text Example

White with #974976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974976; }

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

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

background-color css

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

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

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

border-color css

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

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

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