#924971

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

Shades of Cannon Pink #924971

Tints of Cannon Pink #924971

Color information

#924971 (or 0x924971) is unknown color: approx Cannon Pink. HEX triplet: 92, 49 and 71. RGB value is (146,73,113). Sum of RGB (Red+Green+Blue) = 146+73+113=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #924971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924971 is #6DB68E. Grayscale: #636363. Windows color (decimal): -7190159 or 7424402. OLE color: 7424402.

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

Color convert

RGB14673113-
CMYK00.50.230.43
HSL327.12º33.33%42.94%-
HSV(B)327.12º50%57.25%-
XYZ17.2212.0717.04-
YUV99.39135.68161.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=43.98%
G=21.99%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467311300.50.230.43327.1233.3342.94
Hex924971032172B147212b
Octal22211116106227535074153
Binary1001001010010011110001011001010111101011101000111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924971; }

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

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

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

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

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

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

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

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