#924974

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

Shades of Cannon Pink #924974

Tints of Cannon Pink #924974

Color information

#924974 (or 0x924974) is unknown color: approx Cannon Pink. HEX triplet: 92, 49 and 74. RGB value is (146,73,116). Sum of RGB (Red+Green+Blue) = 146+73+116=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #924974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924974 is #6DB68B. Grayscale: #636363. Windows color (decimal): -7190156 or 7621010. OLE color: 7621010.

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

Color convert

RGB14673116-
CMYK00.50.210.43
HSL324.66º33.33%42.94%-
HSV(B)324.66º50%57.25%-
XYZ17.3912.1417.95-
YUV99.73137.18161-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=43.58%
G=21.79%
B=34.63%

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
Decimal1467311600.50.210.43324.6633.3342.94
Hex924974032152B145212b
Octal22211116406225535054153
Binary1001001010010011110100011001010101101011101000101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924974; }

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

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

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

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

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

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

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

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