#924973

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

Shades of Cannon Pink #924973

Tints of Cannon Pink #924973

Color information

#924973 (or 0x924973) is unknown color: approx Cannon Pink. HEX triplet: 92, 49 and 73. RGB value is (146,73,115). Sum of RGB (Red+Green+Blue) = 146+73+115=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #924973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924973 is #6DB68C. Grayscale: #636363. Windows color (decimal): -7190157 or 7555474. OLE color: 7555474.

HSL color Cylindrical-coordinate representation of color #924973: hue angle of 325.48º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924973 is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14673115-
CMYK00.50.210.43
HSL325.48º33.33%42.94%-
HSV(B)325.48º50%57.25%-
XYZ17.3312.1117.64-
YUV99.62136.68161.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=43.71%
G=21.86%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467311500.50.210.43325.4833.3342.94
Hex924973032152B145212b
Octal22211116306225535054153
Binary1001001010010011110011011001010101101011101000101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924973; }

 p { color: rgb(146,73,115); }

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

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

 a { background-color: rgb(146,73,115); }

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

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

 span { border-color: rgb(146,73,115); }

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