#924476

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

Shades of Cannon Pink #924476

Tints of Cannon Pink #924476

Color information

#924476 (or 0x924476) is unknown color: approx Cannon Pink. HEX triplet: 92, 44 and 76. RGB value is (146,68,118). Sum of RGB (Red+Green+Blue) = 146+68+118=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #924476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924476 is #6DBB89. Grayscale: #606060. Windows color (decimal): -7191434 or 7750802. OLE color: 7750802.

HSL color Cylindrical-coordinate representation of color #924476: hue angle of 321.54º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #924476 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14668118-
CMYK00.530.190.43
HSL321.54º36.45%41.96%-
HSV(B)321.54º53.42%57.25%-
XYZ17.1911.5518.46-
YUV97.02139.84162.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=43.98%
G=20.48%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466811800.530.190.43321.5436.4541.96
Hex924476035132B142242a
Octal22210416606523535024452
Binary1001001010001001110110011010110011101011101000010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924476; }

 p { color: rgb(146,68,118); }

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

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

 a { background-color: rgb(146,68,118); }

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

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

 span { border-color: rgb(146,68,118); }

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