#924A66

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

Shades of Cannon Pink #924A66

Tints of Cannon Pink #924A66

Color information

#924A66 (or 0x924A66) is unknown color: approx Cannon Pink. HEX triplet: 92, 4A and 66. RGB value is (146,74,102). Sum of RGB (Red+Green+Blue) = 146+74+102=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #924A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924A66 is #6DB599. Grayscale: #626262. Windows color (decimal): -7189914 or 6703762. OLE color: 6703762.

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

Color convert

RGB14674102-
CMYK00.490.300.43
HSL336.67º32.73%43.14%-
HSV(B)336.67º49.32%57.25%-
XYZ16.711.9714-
YUV98.72129.85161.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=45.34%
G=22.98%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467410200.490.300.43336.6732.7343.14
Hex924A660311E2B151212b
Octal22211214606136535214153
Binary1001001010010101100110011000111110101011101010001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924A66; }

 p { color: rgb(146,74,102); }

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

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

 a { background-color: rgb(146,74,102); }

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

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

 span { border-color: rgb(146,74,102); }

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