Html Css Color HEX #974878 Cannon Pink

📋 copy color: '#974878'

red 151 ◦ green 72 ◦ blue 120

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

Shades of Cannon Pink #974878

Tints of Cannon Pink #974878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

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

R = 44.02%
G = 20.99%
B = 34.99%

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

#974878 (or 0x974878) is known color: Cannon Pink. HEX triplet: 97, 48 and 78. RGB value is (151,72,120). Sum of RGB (Red+Green+Blue) = 151+72+120=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #974878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974878 is #68B787. Grayscale: #646464. Windows color (decimal): -6862728 or 7882903. OLE color: 7882903.

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

Color convert

RGB 151 72 120 -
CMYK 0 0.52 0.21 0.41
HSL 323.54º 0.35% 0.44% -
HSV(B) 323.54º 0.52% 0.59% -
XYZ 18.47 12.57 19.22 -
YUV 101.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 151 72 120 0 0.52 0.21 0.41 323.54 0.35 0.44
Hex 97 48 78 0 34 15 29 144 23 2C
Octal 227 110 170 0 64 25 51 504 43 54
Binary 10010111 1001000 1111000 0 110100 10101 101001 101000100 100011 101100

Color Harmonies of #974878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974878

Black with #974878

Text Example


Text Example

White with #974878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974878; }

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

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

background-color css

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

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

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

border-color css

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

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

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