#974B73

Color #974B73 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #974B73

Tints of Cannon Pink #974B73

Color information

#974B73 (or 0x974B73) is unknown color: approx Cannon Pink. HEX triplet: 97, 4B and 73. RGB value is (151,75,115). Sum of RGB (Red+Green+Blue) = 151+75+115=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #974B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974B73 is #68B48C. Grayscale: #666666. Windows color (decimal): -6861965 or 7555991. OLE color: 7555991.

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

Color convert

RGB15175115-
CMYK00.500.240.41
HSL328.42º33.63%44.31%-
HSV(B)328.42º50.33%59.22%-
XYZ18.3712.8517.73-
YUV102.28135.18162.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=44.28%
G=21.99%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517511500.500.240.41328.4233.6344.31
Hex974B730321829148222c
Octal22711316306230515104254
Binary1001011110010111110011011001011000101001101001000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,75,115); }

 H1.HeaderClassName
 {
   color: #974B73;
 }
 .AnyTagClassName
 {
   color: #974B73;
 }
</style>
background-color css

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

 a { background-color: rgb(151,75,115); }

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

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

 span { border-color: rgb(151,75,115); }

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