#924D65

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

Shades of Cannon Pink #924D65

Tints of Cannon Pink #924D65

Color information

#924D65 (or 0x924D65) is unknown color: approx Cannon Pink. HEX triplet: 92, 4D and 65. RGB value is (146,77,101). Sum of RGB (Red+Green+Blue) = 146+77+101=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #924D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D65 is #6DB29A. Grayscale: #646464. Windows color (decimal): -7189147 or 6638994. OLE color: 6638994.

HSL color Cylindrical-coordinate representation of color #924D65: hue angle of 339.13º 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 #924D65 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB14677101-
CMYK00.470.310.43
HSL339.13º30.94%43.73%-
HSV(B)339.13º47.26%57.25%-
XYZ16.8612.3613.81-
YUV100.37128.36160.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 101 (39.84% from 255) = 31.17%
R=45.06%
G=23.77%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467710100.470.310.43339.1330.9443.73
Hex924D6502F1F2B1531f2c
Octal22211514505737535233754
Binary100100101001101110010101011111111110101110101001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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