#924D64

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

Shades of Cannon Pink #924D64

Tints of Cannon Pink #924D64

Color information

#924D64 (or 0x924D64) is unknown color: approx Cannon Pink. HEX triplet: 92, 4D and 64. RGB value is (146,77,100). Sum of RGB (Red+Green+Blue) = 146+77+100=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #924D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D64 is #6DB29B. Grayscale: #646464. Windows color (decimal): -7189148 or 6573458. OLE color: 6573458.

HSL color Cylindrical-coordinate representation of color #924D64: hue angle of 340º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #924D64 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14677100-
CMYK00.470.320.43
HSL340º30.94%43.73%-
HSV(B)340º47.26%57.25%-
XYZ16.8112.3413.55-
YUV100.25127.86160.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 77 (30.47% from 255) = 23.84%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=45.20%
G=23.84%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467710000.470.320.4334030.9443.73
Hex924D6402F202B1541f2c
Octal22211514405740535243754
Binary1001001010011011100100010111110000010101110101010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,77,100); }

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

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

 a { background-color: rgb(146,77,100); }

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

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

 span { border-color: rgb(146,77,100); }

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